Skip to content

Commit 5372c7d

Browse files
committed
#17744 Fixing syntax pattern
1 parent 0890139 commit 5372c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/checkout-data-resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ define([
227227
return;
228228
}
229229

230-
if(quote.isVirtual()) {
230+
if (quote.isVirtual()) {
231231
isBillingAddressInitialized = addressList.some(function (addrs) {
232232
if (addrs.isDefaultBilling()) {
233233
selectBillingAddress(addrs);

0 commit comments

Comments
 (0)