fix: infinite scroll
This commit is contained in:
parent
404a07f45a
commit
b07f9abe16
@ -99,10 +99,10 @@ const TimelineFollows = (props: TimelineFollowsProps) => {
|
|||||||
}}
|
}}
|
||||||
displayAs={displayAs}
|
displayAs={displayAs}
|
||||||
/>
|
/>
|
||||||
{(feed.main?.length ?? 0) > 0 && (
|
{mainFeed.length > 0 && (
|
||||||
<ShowMoreInView
|
<ShowMoreInView
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onShowLatest(false);
|
feed.loadMore();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user