fix: 🐛

This commit is contained in:
codytseng
2025-12-12 14:13:29 +08:00
parent ddcaa71cae
commit 2422d24d68

View File

@@ -428,7 +428,7 @@ const NoteList = forwardRef<
reposters={reposters}
/>
))}
{hasMore || loading || filtering ? (
{hasMore || showCount < events.length || loading || filtering ? (
<div ref={bottomRef}>
<NoteCardLoadingSkeleton />
</div>