Преглед изворни кода

Fixed - Missing trailing comma comma-dangle

Thuan Pham Quoc пре 7 година
родитељ
комит
b3eab212ae
1 измењених фајлова са 1 додато и 1 уклоњено
  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();