mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
🐞 fix: Fix max page
This commit is contained in:
@@ -39,6 +39,7 @@ export default function MangaPreview(props: PreviewProps) {
|
||||
}
|
||||
}
|
||||
setImages(mangaImages);
|
||||
setMaxPageIndex(mangaImages.length);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
|
||||
Reference in New Issue
Block a user