Skip to content

Commit 04e573a

Browse files
committed
#13231: [GitHub] Default State or Province is not pre-selected in the Estimate Shipping and Tax
1 parent 4d50066 commit 04e573a

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/new-customer-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define([
2525
if (countryId) {
2626
if (addressData.region && addressData.region['region_id']) {
2727
regionId = addressData.region['region_id'];
28-
} else if(countryId === window.checkoutConfig.defaultCountryId) {
28+
} else if (countryId === window.checkoutConfig.defaultCountryId) {
2929
regionId = window.checkoutConfig.defaultRegionId;
3030
}
3131
} else {

0 commit comments

Comments
 (0)