فهرست منبع

fix small typo for usage modal casing

Alexander Belanger 4 سال پیش
والد
کامیت
74b7de5a3c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
             });