diff --git a/packages/client/src/stores/notification.js b/packages/client/src/stores/notification.js index 00bd30f9f5..d8ea487fc7 100644 --- a/packages/client/src/stores/notification.js +++ b/packages/client/src/stores/notification.js @@ -50,8 +50,9 @@ const createNotificationStore = () => { icon, dismissable: !autoDismiss, delay: get(store) != null, - } - ]}) + }, + ] + }) if (autoDismiss) { const timeoutId = setTimeout(() => { dismiss(_id)