Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelavald committed Apr 22, 2017
1 parent 7948424 commit bead72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-ui-flextab/client/tabs/userInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Template.userInfo.helpers({
const user = Meteor.user();
return RocketChat.authz.hasAllPermission('create-d') && user && user.username !== username;
},

isSelf(username) {
const user = Meteor.user();
return user && user.username === username;
Expand Down

0 comments on commit bead72a

Please sign in to comment.