Răsfoiți Sursa

Update Home.tsx (#2875)

* Update Home.tsx

* Update Home.tsx
jusrhee 3 ani în urmă
părinte
comite
794e462665
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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) => {
               .then((res) => {
                 const usage = res.data;
                 const usage = res.data;
                 setUsage(usage);
                 setUsage(usage);
+                /*
                 if (usage.exceeded) {
                 if (usage.exceeded) {
                   setCurrentModal("UsageWarningModal", { usage });
                   setCurrentModal("UsageWarningModal", { usage });
                 }
                 }
+                */
               })
               })
               .catch(console.log);
               .catch(console.log);
           }
           }