fix material error

This commit is contained in:
Aria Moradi 2021-03-16 23:42:51 +03:30
parent ff8c8913d4
commit 149107e749

View File

@ -48,7 +48,7 @@ export default function MangaGrid(props: IProps) {
} }
return ( return (
<Grid container spacing={1} xs={12} style={{ margin: 0, padding: '5px' }}> <Grid container spacing={1} style={{ margin: 0, padding: '5px' }}>
{mapped} {mapped}
</Grid> </Grid>
); );