jjarrett21 2 år sedan
förälder
incheckning
7b773f41ca
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      ui/src/cloudCostReports.js

+ 2 - 1
ui/src/cloudCostReports.js

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