diff --git a/webUI/react/src/components/MangaGrid.tsx b/webUI/react/src/components/MangaGrid.tsx index ac2d7524..15a3ae46 100644 --- a/webUI/react/src/components/MangaGrid.tsx +++ b/webUI/react/src/components/MangaGrid.tsx @@ -48,7 +48,7 @@ export default function MangaGrid(props: IProps) { } return ( - + {mapped} );