From 4a60a67b57a8d8d5f40fc7467b79c69c973fd942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Fri, 13 Mar 2020 13:04:45 +0100 Subject: [PATCH] Remove wrong comment --- .../base/components/cart-checkout/product-sale-badge/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/js/base/components/cart-checkout/product-sale-badge/index.js b/assets/js/base/components/cart-checkout/product-sale-badge/index.js index c350df435a8..f5aebdd9bd0 100644 --- a/assets/js/base/components/cart-checkout/product-sale-badge/index.js +++ b/assets/js/base/components/cart-checkout/product-sale-badge/index.js @@ -10,9 +10,6 @@ import PropTypes from 'prop-types'; */ import './style.scss'; -/** - * Returns a low stock badge for a line item. - */ const ProductSaleBadge = ( { currency, saleAmount } ) => { return ( saleAmount > 0 && (