mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Set initial count on playlist list (#180)
- Allows for easier infinite scrolling to end of list
This commit is contained in:
parent
e9d1e4a597
commit
287fbab29a
@ -36,7 +36,10 @@ const PlaylistListRoute = () => {
|
||||
itemCount={itemCount}
|
||||
tableRef={tableRef}
|
||||
/>
|
||||
<PlaylistListContent tableRef={tableRef} />
|
||||
<PlaylistListContent
|
||||
itemCount={itemCount}
|
||||
tableRef={tableRef}
|
||||
/>
|
||||
</AnimatedPage>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user