jjarrett21 2 năm trước cách đây
mục cha
commit
7b773f41ca
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>