remove useless param
This commit is contained in:
parent
f582bf847a
commit
1fae3dd414
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue