diff --git a/src/components/chapter/ChapterCard.tsx b/src/components/chapter/ChapterCard.tsx index ef440fd5..56ce558c 100644 --- a/src/components/chapter/ChapterCard.tsx +++ b/src/components/chapter/ChapterCard.tsx @@ -83,12 +83,7 @@ export const ChapterCard: React.FC = (props: IProps) => { {(popupState) => ( - + = (props: IProps) => { }} > - - {chapter.isBookmarked && ( - - )} - {showChapterNumber - ? `${t('chapter.title')} ${chapter.chapterNumber}` - : chapter.name} - + + {chapter.isBookmarked && } + + {showChapterNumber + ? `${t('chapter.title')} ${chapter.chapterNumber}` + : chapter.name} + + {chapter.scanlator} {getDateString(Number(chapter.uploadDate ?? 0), true)}