Skip to content

Commit 495c7a4

Browse files
committed
MAGETWO-97947: Invalid action behavior
1 parent 706dfb1 commit 495c7a4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ define([
7171

7272
dataPost().postData({
7373
action: self.options.deleteUrlPrefix + addressId,
74-
data: { form_key: $.mage.cookies.get('form_key') }
74+
data: {form_key: $.mage.cookies.get('form_key')}
7575
});
7676
}
7777
}

0 commit comments

Comments
 (0)