diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-16 21:55:01 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-16 21:55:01 +0200 |
| commit | af27e2ca7ba87bb9c4b74ea0adee252afd2caabf (patch) | |
| tree | 468fcebd16ae476d89f03281930d24a6903528e9 | |
| parent | 388a7ac1750e4e9284263dcd123451ebc4a1b577 (diff) | |
fix typo
| -rw-r--r-- | src/modules/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifications.js b/src/modules/notifications.js index febff488..a3cf76ef 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 |
