diff --git a/apps/client/src/widgets/PromotedAttributes.tsx b/apps/client/src/widgets/PromotedAttributes.tsx index f24cd7d60..56807bd14 100644 --- a/apps/client/src/widgets/PromotedAttributes.tsx +++ b/apps/client/src/widgets/PromotedAttributes.tsx @@ -42,14 +42,14 @@ export default function PromotedAttributes() { return (
-
+ {cells && cells.length > 0 &&
{note && cells?.map(cell => )} -
+
}
); }