260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -25,7 +25,7 @@ export function useMarkNotificationRead() {
|
||||
queryClient.invalidateQueries({ queryKey: notificationKeys.unread() });
|
||||
},
|
||||
onError: () => {
|
||||
toast.error("Failed to mark notification as read");
|
||||
}
|
||||
toast.error('Failed to mark notification as read');
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user