diff --git a/src/components/NoteList/index.tsx b/src/components/NoteList/index.tsx index 856227b..86cd06a 100644 --- a/src/components/NoteList/index.tsx +++ b/src/components/NoteList/index.tsx @@ -428,7 +428,7 @@ const NoteList = forwardRef< reposters={reposters} /> ))} - {hasMore || loading || filtering ? ( + {hasMore || showCount < events.length || loading || filtering ? (