From d4d6ed87112e3a2bd6b3df0b2da5418021adfe4a Mon Sep 17 00:00:00 2001 From: Celine Sarafa Date: Thu, 7 Mar 2024 16:42:52 +0100 Subject: [PATCH] Update src/utils/hooks/useNotificationsInfiniteScroll.tsx Co-authored-by: Ben Kremer --- src/utils/hooks/useNotificationsInfiniteScroll.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/hooks/useNotificationsInfiniteScroll.tsx b/src/utils/hooks/useNotificationsInfiniteScroll.tsx index 2d8698ac..58469b07 100644 --- a/src/utils/hooks/useNotificationsInfiniteScroll.tsx +++ b/src/utils/hooks/useNotificationsInfiniteScroll.tsx @@ -39,7 +39,6 @@ export const useNotificationsInfiniteScroll = (account?: string, domain?: string } }, [intersectionObserverRef, hasMore]) - console.log('>>>', { notifications: Array.from(notifications?.values() ?? []) }) return { hasMore,