Skip to content

Commit

Permalink
Typo (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Nov 27, 2024
1 parent 84460c9 commit 93469cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/stores/useCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const cart = computed({
)

value.items = value.items.map((cartItem) => {
cartItem.is_available = checkAvailability(item)
cartItem.is_available = checkAvailability(cartItem)
cartItem.product.attribute_values = {}

for (const key in mapping) {
Expand Down

0 comments on commit 93469cb

Please sign in to comment.