From 2422d24d688d15af11df376144d7464a0253ae35 Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 12 Dec 2025 14:13:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NoteList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (