From 16e8f29b656c10a52df967d33d6c01be124b6b78 Mon Sep 17 00:00:00 2001 From: otarza Date: Wed, 11 Apr 2018 00:52:24 +0000 Subject: [PATCH] [#155003820] Fixed basket subtotal typo. --- .../src/components/BasketWithGifts/BasketSummary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-gifts/src/components/BasketWithGifts/BasketSummary.js b/frontend-gifts/src/components/BasketWithGifts/BasketSummary.js index 5060cff..0a8c31c 100644 --- a/frontend-gifts/src/components/BasketWithGifts/BasketSummary.js +++ b/frontend-gifts/src/components/BasketWithGifts/BasketSummary.js @@ -4,14 +4,14 @@ import BasketTotal from '../BasketTotal'; const BasketSummary = ({ total, currency, count, className }) => (

- Basket subtotal + Basket subtotal: { count && {' '}({count} ) } - : +