Remove useless check

This commit is contained in:
Niels van Velzen
2025-02-26 19:14:39 +01:00
parent 53b3228519
commit 6cf26b8660
-1
View File
@@ -80,7 +80,6 @@ export const Component = () => {
<>
<ButtonGroup variant='contained' sx={{ mt: 2 }}>
<Button
disabled={!('clipboard' in navigator)}
startIcon={<ContentCopy />}
onClick={copyToClipboard}
>