remove logs
This commit is contained in:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user