このコミットが含まれているのは:
Henry Jameson 2023-11-16 21:55:01 +02:00
コミット af27e2ca7b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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