2 Commits 83cbb4929b ... 784cb6c5d2

Auteur SHA1 Message Date
  Oleksandr Korniienko 784cb6c5d2 Design updates il y a 3 ans
  Oleksandr Korniienko 83cbb4929b Design updates il y a 3 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Loading.tsx

+ 1 - 1
src/components/Loading.tsx

@@ -9,7 +9,7 @@ const Loading = (props: { target?: string, gridSize?: GridSize }) => {
   return (
     <Grid
       style={{ textAlign: "center", backgroundColor: "#000", color: "#fff" }}
-      lg={`${gridSize ? gridSize!! : '6'}`}
+      lg={gridSize ? gridSize : 6}
       item
     >
       <Button variant="warning" className="m-1 py-0 mr-2 mt-3">