Skip to content

Commit fe490b0

Browse files
committed
ACP2E-227: Shipping street address is not cleared completely after removing from the input box
1 parent 6b931f3 commit fe490b0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ define([
140140
return false;
141141
}
142142

143-
if (change.path !== "shippingAddress.street.0") {
143+
if ('shippingAddress.street.0' !== change.path) {
144144
return false;
145145
}
146146

0 commit comments

Comments
 (0)