fix: 🐛
This commit is contained in:
parent
ddcaa71cae
commit
2422d24d68
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ const NoteList = forwardRef<
|
|||
reposters={reposters}
|
||||
/>
|
||||
))}
|
||||
{hasMore || loading || filtering ? (
|
||||
{hasMore || showCount < events.length || loading || filtering ? (
|
||||
<div ref={bottomRef}>
|
||||
<NoteCardLoadingSkeleton />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue