fix linting

pull/5459/head
aniket-engg 2 months ago committed by Aniket
parent dc8fdb081c
commit 3d65f34639
  1. 2
      libs/remix-ui/clipboard/src/lib/copy-to-clipboard/copy-to-clipboard.tsx

@ -18,7 +18,7 @@ interface ICopyToClipboard {
classList?: string
}
export const CopyToClipboard = (props: ICopyToClipboard) => {
const { tip = 'Copy', icon = 'fa-copy', classList = ' ml-1 p-2', direction = 'right', getContent, children, callback, ...otherProps } = props
const { tip = 'Copy', icon = 'fa-copy', classList = ' ml-1 p-2', direction = 'right', getContent, children, callback, ...otherProps } = props
let { content } = props
const [message, setMessage] = useState(tip)

Loading…
Cancel
Save