diff --git a/src/components/MangaCard.tsx b/src/components/MangaCard.tsx index 2beffa55..c70f102f 100644 --- a/src/components/MangaCard.tsx +++ b/src/components/MangaCard.tsx @@ -92,7 +92,7 @@ const MangaCard = React.forwardRef((props: IProps, ref) const colomns = Math.round(dimensions / ItemWidth); return ( // @ts-ignore gridsize type isnt allowed to be a decimal but it works fine - +