Skip to content

Commit 00b3b43

Browse files
royduinactions-user
authored andcommitted
Apply fixes from Prettier
1 parent 5fd5b50 commit 00b3b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/Product/AddToCart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default {
339339
340340
if (!option.in_stock) {
341341
if (Object.keys(this.product.super_attributes).length === 1) {
342-
disabledOptions['super_' + attribute.code].push(option[attribute.code]);
342+
disabledOptions['super_' + attribute.code].push(option[attribute.code])
343343
}
344344
345345
return

0 commit comments

Comments
 (0)