Skip to content

Commit

Permalink
fix: fix image on payment review
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMunizOdoo committed Mar 16, 2022
1 parent 8b2046c commit 23e10b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/pages/Checkout/Payment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<SfImage
:width="256"
:height="176"
:src="cartGetters.getItemImage(product)"
:src="$image(cartGetters.getItemImage(product))"
:alt="cartGetters.getItemName(product)"
/>
</SfTableData>
Expand Down

0 comments on commit 23e10b0

Please sign in to comment.