2 Commits 83cbb4929b ... 784cb6c5d2

Author SHA1 Message Date
  Oleksandr Korniienko 784cb6c5d2 Design updates 3 years ago
  Oleksandr Korniienko 83cbb4929b Design updates 3 years ago
1 changed files with 1 additions and 1 deletions
  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 (
   return (
     <Grid
     <Grid
       style={{ textAlign: "center", backgroundColor: "#000", color: "#fff" }}
       style={{ textAlign: "center", backgroundColor: "#000", color: "#fff" }}
-      lg={`${gridSize ? gridSize!! : '6'}`}
+      lg={gridSize ? gridSize : 6}
       item
       item
     >
     >
       <Button variant="warning" className="m-1 py-0 mr-2 mt-3">
       <Button variant="warning" className="m-1 py-0 mr-2 mt-3">