浏览代码

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