Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Feb 10, 2023
1 parent 3b34f7f commit fe4b0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/BookmarkHistoryListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const BookmarkHistoryListItem = (props: ListItemE) => {
`Manga : ${props.mangaName}\n` +
`Chapter : ${props.chapterName}\n` +
`Pages : ${props.pages}\n` +
`Page : ${props.page}\n` +
`Page : ${props.page || 1}\n` +
`Date : ${props.date}`
}
// onMouseOver={(e) => {
Expand Down

0 comments on commit fe4b0a9

Please sign in to comment.