diff --git a/src/stores/user.js b/src/stores/user.js index 6e9491f..136f323 100644 --- a/src/stores/user.js +++ b/src/stores/user.js @@ -40,7 +40,7 @@ export const useUserStore = defineStore("user", () => { })); } - function readAllNotifications(notificationId) { + function readAllNotifications() { projects.value = projects.value.map((project) => ({ ...project, notifications: project.notifications.map((notification) => ({