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 (