fix chapter name

This commit is contained in:
Aria Moradi
2021-09-19 01:44:22 +04:30
parent 115d284f4f
commit 0ac2e41597

View File

@@ -120,7 +120,6 @@ export default function ChapterCard(props: IProps) {
{chapter.bookmarked && <BookmarkIcon />}
</span>
{chapter.name}
{chapter.chapterNumber > 0 && ` : ${chapter.chapterNumber}`}
</Typography>
<Typography variant="caption" display="block" gutterBottom>
{chapter.scanlator}