Skip to content

Commit

Permalink
Merge pull request vercel#30 from chec/delete/order-img-placeholder
Browse files Browse the repository at this point in the history
[CHEC-585] - Deleted order image placeholder as no media endpoint in obj
  • Loading branch information
robbieaverill committed May 8, 2020
2 parents 86729b0 + 80aa6c7 commit 16ce4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/checkout/Confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class Confirm extends Component {
{orderReceipt.order.line_items.map((item, index) => (
<>
<div className="d-flex flex-grow-1 mb-3">
<div className="w-56 h-64 bg-gray200 mr-4 no-print"/>
<div className="flex-grow-1">
<p className="mb-2 font-weight-medium">
{item.quantity} x {item.product_name}
Expand Down

0 comments on commit 16ce4ee

Please sign in to comment.