diff --git a/components/VaultEntity.tsx b/components/VaultEntity.tsx index da89c10..fcc153f 100755 --- a/components/VaultEntity.tsx +++ b/components/VaultEntity.tsx @@ -235,7 +235,7 @@ function VaultEntity({ const shouldRenderDueToMissingIcon = hasMissingIconAnomaly && shouldShowIcons; const shouldRenderDueToMissingPrice = hasMissingPriceAnomaly && shouldShowPrice; - if (!shouldRenderDueToMissingIcon && !shouldRenderDueToMissingPrice) { + if (!hasAnomalies && (!shouldRenderDueToMissingIcon && !shouldRenderDueToMissingPrice)) { return null; }