Skip to content

Commit

Permalink
Merge 85233fd into 799ad6f
Browse files Browse the repository at this point in the history
  • Loading branch information
iaronaraujo committed Oct 24, 2019
2 parents 799ad6f + 85233fd commit 253fde2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Temporarily disable `showSavings`.

## [2.42.1] - 2019-10-24
### Changed
Expand Down
5 changes: 3 additions & 2 deletions react/components/ProductSummaryPrice/ProductSummaryPrice.js
Expand Up @@ -27,7 +27,8 @@ const ProductSummaryPrice = ({
showSellingPriceRange,
showLabels,
showInstallments,
showSavings,
// This prop has been disabled temporarily, because it was causing undesired behavior
//showSavings,
labelSellingPrice,
labelListPrice,
showBorders,
Expand Down Expand Up @@ -85,7 +86,7 @@ const ProductSummaryPrice = ({
labelListPrice={labelListPrice}
listPriceList={listPriceList}
showListPriceRange={showListPriceRange}
showSavings={showSavings}
showSavings={false}
/>
)}
</div>
Expand Down

0 comments on commit 253fde2

Please sign in to comment.