remove logs

This commit is contained in:
smanylov
2026-04-08 11:47:11 +07:00
parent 29b6120f80
commit eb2615c303
@@ -171,7 +171,6 @@ export function NotificationsList() {
>
{(allNotifications?.notifications.length !== 0) && (
allNotifications?.notifications.map(item => {
console.log(item);
return (
<div
className={`notification-item ${loadingIds.has(item.id) ? 'loading' : ''} ${item.status}`}