ソースを参照

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);
           }