From 045c0dc68aedc2a79b9938374765e821dfc85361 Mon Sep 17 00:00:00 2001 From: Iago Espinoza Date: Mon, 20 May 2024 16:47:27 -0300 Subject: [PATCH] Update ProductTitleAndPixel.tsx --- react/components/ProductTitleAndPixel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/components/ProductTitleAndPixel.tsx b/react/components/ProductTitleAndPixel.tsx index c5d12ea1..8be26551 100644 --- a/react/components/ProductTitleAndPixel.tsx +++ b/react/components/ProductTitleAndPixel.tsx @@ -124,8 +124,8 @@ function getSkuProperties(item: SKU): SKUEvent { Price: seller.commertialOffer.Price, ListPrice: seller.commertialOffer.ListPrice, AvailableQuantity: seller.commertialOffer.AvailableQuantity, - PriceWithoutDiscount: - seller.commertialOffer?.PriceWithoutDiscount || + PriceWithoutDiscount: + seller.commertialOffer?.PriceWithoutDiscount || seller.commertialOffer.Price, }, })),