diff --git a/front-ui/app/components/cart/addToCart.js b/front-ui/app/components/cart/addToCart.js index 1180abd..b7d5e8a 100644 --- a/front-ui/app/components/cart/addToCart.js +++ b/front-ui/app/components/cart/addToCart.js @@ -17,9 +17,9 @@ var AddToCart = React.createClass({ var moreThanZeroItems = (
-
-
-
+
+
{ itemCount }
+
); diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index bd67ed1..9c44ba1 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -39,6 +39,21 @@ var CheckoutPage = React.createClass({