mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo
This commit is contained in:
parent
975ae6bee5
commit
1e2c3b1f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element {
|
|||
|
||||
return (
|
||||
<InfiniteScroll
|
||||
dataLength={libraryItems} //This is important field to render the next data
|
||||
dataLength={libraryItems.length}
|
||||
next={fetchNextPage}
|
||||
hasMore={hasNextPage}
|
||||
loader={<h4>Loading...</h4>}
|
||||
|
|
|
|||
Loading…
Reference in a new issue