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