Explorar o código

Fixed - Missing trailing comma comma-dangle

Thuan Pham Quoc %!s(int64=7) %!d(string=hai) anos
pai
achega
b3eab212ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/components/users/userHeader.js

+ 1 - 1
client/components/users/userHeader.js

@@ -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();