mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
fix warning
This commit is contained in:
parent
6d5a2d85b8
commit
6554ce000c
@ -20,9 +20,9 @@ const CopyClipboardButton = memo(({ text, style }) => {
|
||||
}, [animation, text]);
|
||||
|
||||
return (
|
||||
<motion.div animate={animation} style={{ display: 'inline-block', cursor: 'pointer', ...style }}>
|
||||
<motion.span animate={animation} style={{ display: 'inline-block', cursor: 'pointer', ...style }}>
|
||||
<FaClipboard title={t('Copy to clipboard')} onClick={onClick} />
|
||||
</motion.div>
|
||||
</motion.span>
|
||||
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user