From be6c5e1ea7003e241944e80bcaaef2fa5fe7a8ed Mon Sep 17 00:00:00 2001 From: Carlo Carels Date: Mon, 3 Jul 2023 13:47:10 +0200 Subject: [PATCH] refactor: show the correct product name --- .../ConfigurableProductPageDescription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/magento-product-configurable/components/ConfigurableProductPageDescription/ConfigurableProductPageDescription.tsx b/packages/magento-product-configurable/components/ConfigurableProductPageDescription/ConfigurableProductPageDescription.tsx index a8e25c8912..0a12708ab6 100644 --- a/packages/magento-product-configurable/components/ConfigurableProductPageDescription/ConfigurableProductPageDescription.tsx +++ b/packages/magento-product-configurable/components/ConfigurableProductPageDescription/ConfigurableProductPageDescription.tsx @@ -37,7 +37,7 @@ export function ConfigurableProductPageDescription(props: ConfigurableProductPag sx={sx} top={ - {simpleProduct?.name && name} + {simpleProduct?.name ?? name} } left={