From d01831549e98f72dcffbd774bcab9fcc3fdbbb3b Mon Sep 17 00:00:00 2001 From: Fanny Date: Wed, 22 May 2019 09:58:58 -0300 Subject: [PATCH] Remove duplicat --- react/components/ProductSummaryPrice/ProductSummaryPrice.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/components/ProductSummaryPrice/ProductSummaryPrice.js b/react/components/ProductSummaryPrice/ProductSummaryPrice.js index b90c5d04..0c007de6 100644 --- a/react/components/ProductSummaryPrice/ProductSummaryPrice.js +++ b/react/components/ProductSummaryPrice/ProductSummaryPrice.js @@ -125,7 +125,6 @@ ProductSummaryPrice.propTypes = { } ProductSummaryPrice.defaultProps = { - showPriceRange: true, showListPrice: true, showPriceRange: true, showInstallments: true,