Skip to content

Commit

Permalink
Update ProductTitleAndPixel.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iago1501 authored May 20, 2024
1 parent 108281c commit 045c0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/components/ProductTitleAndPixel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
})),
Expand Down

0 comments on commit 045c0dc

Please sign in to comment.