aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Notes/helpers/copyToClipboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Notes/helpers/copyToClipboard.js')
-rw-r--r--apps/Notes/helpers/copyToClipboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Notes/helpers/copyToClipboard.js b/apps/Notes/helpers/copyToClipboard.js
index afaf7f6..4ec1b39 100644
--- a/apps/Notes/helpers/copyToClipboard.js
+++ b/apps/Notes/helpers/copyToClipboard.js
@@ -4,7 +4,7 @@ const copyToClipboard = (text, t, setPopup) => {
.then(() => {
setPopup({
content: t('notes_copy_success'),
- time: 2000,
+ time: 2000
})
})
.catch(() => {