Fix reader transition page previous chapter scanlator name

This commit is contained in:
schroda
2026-03-21 00:32:00 +01:00
parent 519ff43b67
commit 6d41639928
2 changed files with 2 additions and 1 deletions

View File

@@ -241,7 +241,7 @@ export const ReaderTransitionPage = withPropsFrom(
currentChapterName: currentChapter?.name,
currentChapterScanlator: currentChapter?.scanlator,
previousChapterName: previousChapter?.name,
previousChapterScanlator: previousChapter?.name,
previousChapterScanlator: previousChapter?.scanlator,
nextChapterName: nextChapter?.name,
nextChapterScanlator: nextChapter?.scanlator,
};