1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove useless check

This commit is contained in:
Niels van Velzen 2025-02-26 19:14:39 +01:00
parent 53b3228519
commit 6cf26b8660

View file

@ -80,7 +80,6 @@ export const Component = () => {
<>
<ButtonGroup variant='contained' sx={{ mt: 2 }}>
<Button
disabled={!('clipboard' in navigator)}
startIcon={<ContentCopy />}
onClick={copyToClipboard}
>