jjarrett21 2 éve
szülő
commit
7b773f41ca
1 módosított fájl, 2 hozzáadás és 1 törlés
  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>