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:
parent
53b3228519
commit
6cf26b8660
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ export const Component = () => {
|
||||||
<>
|
<>
|
||||||
<ButtonGroup variant='contained' sx={{ mt: 2 }}>
|
<ButtonGroup variant='contained' sx={{ mt: 2 }}>
|
||||||
<Button
|
<Button
|
||||||
disabled={!('clipboard' in navigator)}
|
|
||||||
startIcon={<ContentCopy />}
|
startIcon={<ContentCopy />}
|
||||||
onClick={copyToClipboard}
|
onClick={copyToClipboard}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue