fix typo
This commit is contained in:
parent
388a7ac175
commit
af27e2ca7b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user