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:
schroda
2023-05-20 13:22:24 +02:00
committed by GitHub
parent f908195b09
commit 836b4ea4d2

View File

@@ -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={{