260326:1726 Fixing Refactor ADR-019 Naming convention uuid #06
This commit is contained in:
@@ -26,7 +26,7 @@ export function NotificationsDropdown() {
|
||||
|
||||
const handleNotificationClick = (notification: Notification) => {
|
||||
if (!notification.isRead) {
|
||||
markAsRead.mutate(notification.uuid);
|
||||
markAsRead.mutate(notification.publicId);
|
||||
}
|
||||
if (notification.link) {
|
||||
router.push(notification.link);
|
||||
|
||||
Reference in New Issue
Block a user