fix
This commit is contained in:
parent
fdacda9b9d
commit
07584f3d6c
|
@ -1,3 +1,3 @@
|
|||
export function markNotificationRead(notification: any) {
|
||||
return { ...notification, isRead: true };
|
||||
return { ...notification, isRead: true };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue