mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fixed - Missing trailing comma comma-dangle
This commit is contained in:
parent
6d9d183674
commit
b3eab212ae
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue