We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c6ae2 commit 9bb6f2fCopy full SHA for 9bb6f2f
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -246,7 +246,7 @@ function (
246
* @param {Boolean} force
247
*/
248
updateAddresses: function (force) {
249
- force = !(typeof force === 'undefined' || force !== true)
+ force = !(typeof force === 'undefined' || force !== true);
250
251
if (force
252
|| window.checkoutConfig.reloadOnBillingAddress
0 commit comments