Set the manga ref for the "list style" (#311)
Ref was never set for the "list style" which caused the pagination to not work
This commit is contained in:
@@ -200,7 +200,7 @@ const MangaCard = React.forwardRef<HTMLDivElement, IProps>((props: IProps, ref)
|
||||
|
||||
return (
|
||||
<Grid item xs={12}>
|
||||
<Card>
|
||||
<Card ref={ref}>
|
||||
<CardActionArea component={Link} to={mangaLinkTo}>
|
||||
<CardContent
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user