Skip to content

Commit 62bec24

Browse files
committed
Refactor code
1 parent 1dd42ec commit 62bec24

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/Products/ProductsSingleProduct.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</select>
6666
</p>
6767
<div class="pt-1 mt-2">
68-
<CartAddToCartButton :product="data.product" />
68+
<ProductsAddToCartButton :product="data.product" />
6969
</div>
7070
</div>
7171
</div>

0 commit comments

Comments
 (0)