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} -
);