remove logs
This commit is contained in:
@@ -171,7 +171,6 @@ export function NotificationsList() {
|
|||||||
>
|
>
|
||||||
{(allNotifications?.notifications.length !== 0) && (
|
{(allNotifications?.notifications.length !== 0) && (
|
||||||
allNotifications?.notifications.map(item => {
|
allNotifications?.notifications.map(item => {
|
||||||
console.log(item);
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`notification-item ${loadingIds.has(item.id) ? 'loading' : ''} ${item.status}`}
|
className={`notification-item ${loadingIds.has(item.id) ? 'loading' : ''} ${item.status}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user