diff --git a/src/components/NoteList/index.tsx b/src/components/NoteList/index.tsx index cf0f6e61..6e115119 100644 --- a/src/components/NoteList/index.tsx +++ b/src/components/NoteList/index.tsx @@ -116,7 +116,7 @@ const NoteList = forwardRef( idSet.add(id) return true }) - }, [events, showCount, shouldHideEvent]) + }, [newEvents, shouldHideEvent]) const scrollToTop = (behavior: ScrollBehavior = 'instant') => { setTimeout(() => {