From eb2615c303ec0343e5905970ffd19e3285760356 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 8 Apr 2026 11:47:11 +0700 Subject: [PATCH] remove logs --- src/app/ui/notifications/notifications-list.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/notifications/notifications-list.tsx b/src/app/ui/notifications/notifications-list.tsx index b093543..ecae9d4 100644 --- a/src/app/ui/notifications/notifications-list.tsx +++ b/src/app/ui/notifications/notifications-list.tsx @@ -171,7 +171,6 @@ export function NotificationsList() { > {(allNotifications?.notifications.length !== 0) && ( allNotifications?.notifications.map(item => { - console.log(item); return (