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