mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
[RELEASE CI] fix linting error
This commit is contained in:
@@ -41,7 +41,6 @@ export default function MangaGrid(props: IProps) {
|
|||||||
return <MangaCard manga={it} />;
|
return <MangaCard manga={it} />;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, auto)', gridGap: '1em' }}>
|
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, auto)', gridGap: '1em' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user