Fixed - Missing trailing comma comma-dangle

This commit is contained in:
Thuan Pham Quoc 2017-12-01 15:15:44 +07:00
parent 6d9d183674
commit b3eab212ae

View file

@ -45,7 +45,7 @@ Template.editProfilePopup.events({
$set: {
'profile.fullname': fullname,
'profile.initials': initials,
}
},
});
isChangeUserName = username !== Meteor.user().username;
isChangeEmail = email.toLowerCase() !== Meteor.user().emails[0].address.toLowerCase();