diff --git a/src/components/Assets/AssetWarrantyCard.tsx b/src/components/Assets/AssetWarrantyCard.tsx index ebaaca7e6c8..9f37394957a 100644 --- a/src/components/Assets/AssetWarrantyCard.tsx +++ b/src/components/Assets/AssetWarrantyCard.tsx @@ -31,7 +31,7 @@ export default function AssetWarrantyCard(props: { asset: AssetData }) { }, [isCopied]); return ( -
+
{asset.manufacturer}
@@ -78,7 +78,10 @@ export default function AssetWarrantyCard(props: { asset: AssetData }) { ["Phone", asset.support_phone, "l-phone"], ["Email", asset.support_email, "l-envelope"], ].map((item) => ( -
+
{item[1] && ( <>