fix chapter name
This commit is contained in:
@@ -120,7 +120,6 @@ export default function ChapterCard(props: IProps) {
|
|||||||
{chapter.bookmarked && <BookmarkIcon />}
|
{chapter.bookmarked && <BookmarkIcon />}
|
||||||
</span>
|
</span>
|
||||||
{chapter.name}
|
{chapter.name}
|
||||||
{chapter.chapterNumber > 0 && ` : ${chapter.chapterNumber}`}
|
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="caption" display="block" gutterBottom>
|
<Typography variant="caption" display="block" gutterBottom>
|
||||||
{chapter.scanlator}
|
{chapter.scanlator}
|
||||||
|
|||||||
Reference in New Issue
Block a user