Fixing linting problem from running yarn rw lint (#537)
✖ 118 problems (65 errors, 53 warnings) currently
This commit was merged in pull request #537.
This commit is contained in:
@@ -24,7 +24,7 @@ function fallbackCopyTextToClipboard(text: string) {
|
||||
document.body.removeChild(textArea)
|
||||
}
|
||||
|
||||
const clipboardSuccessToast = (text: string) =>
|
||||
const clipboardSuccessToast = () =>
|
||||
toast.success(() => (
|
||||
<div className="overflow-hidden">
|
||||
<p>link added to clipboard.</p>
|
||||
|
||||
Reference in New Issue
Block a user