diff --git a/src/stores/notifications.js b/src/stores/notifications.js index a12ce8133..eb9257602 100644 --- a/src/stores/notifications.js +++ b/src/stores/notifications.js @@ -223,7 +223,7 @@ export const useNotificationsStore = defineStore('notifications', { case 'follow_request': break default: - this.markSingleNotificationAsSeen({ id }) + this.markSingleNotificationAsSeen(id) } } },