Skip to content

Commit

Permalink
Update src/utils/hooks/useNotificationsInfiniteScroll.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Kremer <[email protected]>
  • Loading branch information
devceline and bkrem authored Mar 7, 2024
1 parent 6568cfd commit d4d6ed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/hooks/useNotificationsInfiniteScroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const useNotificationsInfiniteScroll = (account?: string, domain?: string
}
}, [intersectionObserverRef, hasMore])

console.log('>>>', { notifications: Array.from(notifications?.values() ?? []) })

return {
hasMore,
Expand Down

0 comments on commit d4d6ed8

Please sign in to comment.