Apply Api changes for unread badges (#52)
This commit is contained in:
@@ -81,7 +81,7 @@ interface IProps {
|
||||
const MangaCard = React.forwardRef<HTMLDivElement, IProps>((props: IProps, ref) => {
|
||||
const {
|
||||
manga: {
|
||||
id, title, thumbnailUrl, unread_count: unread,
|
||||
id, title, thumbnailUrl, unreadCount: unread,
|
||||
},
|
||||
} = props;
|
||||
const classes = useStyles();
|
||||
|
||||
Reference in New Issue
Block a user