Forráskód Böngészése

fix small typo for usage modal casing

Alexander Belanger 4 éve
szülő
commit
74b7de5a3c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      dashboard/src/main/home/Home.tsx

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -307,7 +307,7 @@ class Home extends Component<PropsType, StateType> {
         )
         .then((res) => {
           const usage = res.data;
-          if (usage.exceeds) {
+          if (usage.exceeded) {
             this.context.setCurrentModal("UsageWarningModal", {
               usage,
             });