diff --git a/storefront/components/Blocks/Product/ProductsList/ProductListItem.tsx b/storefront/components/Blocks/Product/ProductsList/ProductListItem.tsx index f18c2ebdb2..1433dca055 100644 --- a/storefront/components/Blocks/Product/ProductsList/ProductListItem.tsx +++ b/storefront/components/Blocks/Product/ProductsList/ProductListItem.tsx @@ -105,7 +105,7 @@ export const ProductListItem = forwardRef(
- {visibleItemsConfig.price && product.isMainVariant && !product.isSellingDenied && ( + {visibleItemsConfig.price && !(product.isMainVariant && product.isSellingDenied) && (