fix
This commit is contained in:
parent
fdacda9b9d
commit
07584f3d6c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export function markNotificationRead(notification: any) {
|
||||
return { ...notification, isRead: true };
|
||||
return { ...notification, isRead: true };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue