fix
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function markNotificationRead(notification: any) {
|
||||
return { ...notification, isRead: true };
|
||||
return { ...notification, isRead: true };
|
||||
}
|
||||
|
Reference in New Issue
Block a user