commit: af27e2ca7ba87bb9c4b74ea0adee252afd2caabf
parent 388a7ac1750e4e9284263dcd123451ebc4a1b577
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 16 Nov 2023 21:55:01 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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