Web: CurrentQuotaStore: Deleted mobx warnings.

This commit is contained in:
Tatiana Lopaeva 2022-12-28 13:36:01 +03:00
parent 9864e5a4f6
commit 89ac6c33fe

View File

@ -184,8 +184,7 @@ class QuotasStore {
const res = await api.portal.getPortalQuota();
if (!res) return;
this.currentPortalQuota = res;
this.currentPortalQuotaFeatures = res.features;
this.setPortalQuotaValue(res);
};
}