mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00: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
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ const PlaylistListRoute = () => {
|
||||||
itemCount={itemCount}
|
itemCount={itemCount}
|
||||||
tableRef={tableRef}
|
tableRef={tableRef}
|
||||||
/>
|
/>
|
||||||
<PlaylistListContent tableRef={tableRef} />
|
<PlaylistListContent
|
||||||
|
itemCount={itemCount}
|
||||||
|
tableRef={tableRef}
|
||||||
|
/>
|
||||||
</AnimatedPage>
|
</AnimatedPage>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue