mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Set initial count on playlist list (#180)
- Allows for easier infinite scrolling to end of list
This commit is contained in:
@@ -36,7 +36,10 @@ const PlaylistListRoute = () => {
|
||||
itemCount={itemCount}
|
||||
tableRef={tableRef}
|
||||
/>
|
||||
<PlaylistListContent tableRef={tableRef} />
|
||||
<PlaylistListContent
|
||||
itemCount={itemCount}
|
||||
tableRef={tableRef}
|
||||
/>
|
||||
</AnimatedPage>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user