From af27e2ca7ba87bb9c4b74ea0adee252afd2caabf Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 16 Nov 2023 21:55:01 +0200 Subject: [PATCH] fix typo --- src/modules/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/notifications.js b/src/modules/notifications.js index febff48868..a3cf76ef34 100644 --- a/src/modules/notifications.js +++ b/src/modules/notifications.js @@ -113,7 +113,7 @@ export const notifications = { } }) }, - notificationClicked ({ state, commit }, id) { + notificationClicked ({ state, commit }, { id }) { const notification = state.idStore[id] const { type, seen } = notification