Fix lint issue
This commit is contained in:
@@ -225,7 +225,7 @@ export function Reader() {
|
|||||||
() =>
|
() =>
|
||||||
settings.skipDupChapters
|
settings.skipDupChapters
|
||||||
? Chapters.removeDuplicates(initialChapterRef.current, mangaChapters ?? [])
|
? Chapters.removeDuplicates(initialChapterRef.current, mangaChapters ?? [])
|
||||||
: mangaChapters ?? [],
|
: (mangaChapters ?? []),
|
||||||
[initialChapterRef.current, mangaChapters, settings.skipDupChapters],
|
[initialChapterRef.current, mangaChapters, settings.skipDupChapters],
|
||||||
);
|
);
|
||||||
const prevChapters = useMemo(
|
const prevChapters = useMemo(
|
||||||
|
|||||||
Reference in New Issue
Block a user