소스 검색

Update Home.tsx (#2875)

* Update Home.tsx

* Update Home.tsx
jusrhee 3 년 전
부모
커밋
794e462665
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dashboard/src/main/home/Home.tsx

+ 2 - 0
dashboard/src/main/home/Home.tsx

@@ -263,9 +263,11 @@ const Home: React.FC<Props> = (props) => {
               .then((res) => {
                 const usage = res.data;
                 setUsage(usage);
+                /*
                 if (usage.exceeded) {
                   setCurrentModal("UsageWarningModal", { usage });
                 }
+                */
               })
               .catch(console.log);
           }