jjarrett21 пре 2 година
родитељ
комит
7b773f41ca
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      ui/src/cloudCostReports.js

+ 2 - 1
ui/src/cloudCostReports.js

@@ -234,7 +234,8 @@ const CloudCostReports = () => {
           <RefreshIcon />
         </IconButton>
       </Header>
-      {!loading && !errors.length && !hasCloudCostEnabled && (
+
+      {!loading && !hasCloudCostEnabled && (
         <div style={{ marginBottom: 20 }}>
           <Warnings warnings={enabledWarnings} />
         </div>