Skip to content

Commit 0fa9f19

Browse files
author
Dmytro Voskoboinikov
committed
Merge branch 'MAGETWO-57771' into bugfixes
2 parents e53704a + 66613e0 commit 0fa9f19

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ define([
174174
*/
175175
resolveInitialPasswordVisibility: function () {
176176
if (checkoutData.getInputFieldEmailValue() !== '') {
177-
return (checkoutData.getInputFieldEmailValue() === checkoutData.getCheckedEmailValue())
177+
return checkoutData.getInputFieldEmailValue() === checkoutData.getCheckedEmailValue();
178178
}
179179

180180
return false;

0 commit comments

Comments
 (0)