Skip to content

Commit 51e3d1c

Browse files
committed
Fix product name
1 parent 3a268c4 commit 51e3d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/CartContents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<div class="item">
2626
<span class="block mt-2 font-extrabold">Name: <br /></span>
27-
<span class="item-content">{{ products.product.name }}</span>
27+
<span class="item-content">{{ products.product.node.name }}</span>
2828
</div>
2929
<div class="item">
3030
<span class="block mt-2 font-extrabold">Quantity: <br /> </span>

0 commit comments

Comments
 (0)