From 149107e74929bf2177520651379a4fff59708715 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 16 Mar 2021 23:42:51 +0330 Subject: [PATCH] fix material error --- webUI/react/src/components/MangaGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webUI/react/src/components/MangaGrid.tsx b/webUI/react/src/components/MangaGrid.tsx index ac2d752..15a3ae4 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} );