From 7c27d9415ac0e985a5a9ebfee04490b4f77ef75a Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 18 Feb 2015 07:23:02 +0100 Subject: [PATCH] fixed bug with + and - on cart page --- front-ui/app/components/cart/cartPage.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/front-ui/app/components/cart/cartPage.js b/front-ui/app/components/cart/cartPage.js index 4202900..b33455e 100644 --- a/front-ui/app/components/cart/cartPage.js +++ b/front-ui/app/components/cart/cartPage.js @@ -39,18 +39,17 @@ var CartPage = React.createClass({
- +
); - + return (
{cartTotal} {displayedItems} {cartTotal} -
);