From 5187d4c8428434c1fc3e5036e1c5e7821856a04d Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 16 Jun 2023 00:15:00 +0200 Subject: [PATCH] Fix "hasNextPage" calculation for Library grid (#366) "totalPages" could have decimal places which then would lead to incorrectly disabling the "hasNextPage" flag --- src/components/library/LibraryMangaGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/library/LibraryMangaGrid.tsx b/src/components/library/LibraryMangaGrid.tsx index 84179bf3..6d7be526 100644 --- a/src/components/library/LibraryMangaGrid.tsx +++ b/src/components/library/LibraryMangaGrid.tsx @@ -120,7 +120,7 @@ const LibraryMangaGrid: React.FC