mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
[RELEASE CI] fix linting error
This commit is contained in:
parent
088dd6a856
commit
f171b785a0
@ -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' }}>
|
||||
|
Loading…
Reference in New Issue
Block a user