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 />
           <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>