2 커밋 83cbb4929b ... 784cb6c5d2

작성자 SHA1 메시지 날짜
  Oleksandr Korniienko 784cb6c5d2 Design updates 3 년 전
  Oleksandr Korniienko 83cbb4929b Design updates 3 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">