Skip to content

Commit

Permalink
new updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
billyhkim committed Jul 10, 2019
1 parent 38be805 commit fed7eee
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
1 change: 0 additions & 1 deletion client/components/checkout-form.jsx
Expand Up @@ -256,7 +256,6 @@ export default class CheckoutForm extends React.Component {
</div>
<hr/>
<div className="h4 card-font mb-4 text-orange">TOTAL : <span className="float-right">${totalPrice}</span></div>
{/* {cartItems} */}
<button type="button" className="btn btn-lg btn-secondary btn-block card-font" onClick={this.handleCartClick}>BACK TO CART</button>
{submitBtnBasedOnFormCompletion}
{cartItems}
Expand Down

0 comments on commit fed7eee

Please sign in to comment.