mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 21:12:37 +01: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 (
|
||||
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, auto)', gridGap: '1em' }}>
|
||||
|
||||
Reference in New Issue
Block a user