This commit is contained in:
Henry Jameson 2023-11-16 21:55:01 +02:00
parent 388a7ac175
commit af27e2ca7b

View File

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