Skip to content

Commit

Permalink
Show "inLibraryIndicator" in "VerticalGrid" (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Aug 16, 2023
1 parent 2f795b9 commit dd0ab4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MangaGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ const MangaGrid: React.FC<IMangaGridProps> = (props) => {
<VerticalGrid
isLoading={isLoading}
mangas={mangas}
inLibraryIndicator={inLibraryIndicator}
GridItemContainer={GridItemContainer}
hasNextPage={hasNextPage}
loadMore={loadMore}
Expand Down

0 comments on commit dd0ab4c

Please sign in to comment.