This commit is contained in:
Henry Jameson 2023-11-16 21:55:01 +02:00
parent 388a7ac175
commit af27e2ca7b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export const notifications = {
}
})
},
notificationClicked ({ state, commit }, id) {
notificationClicked ({ state, commit }, { id }) {
const notification = state.idStore[id]
const { type, seen } = notification