Make linter happy

This commit is contained in:
Jeff Wong 2018-06-19 18:07:41 -07:00
parent 406c6d679a
commit ca4d08f9d9
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ export default Ember.Controller.extend(CanCheckEmails, {
showApproval: setting("must_approve_users"),
showBadges: setting("enable_badges"),
hasLockedTrustLevel: Ember.computed.notEmpty("model.manual_locked_trust_level"),
hasLockedTrustLevel: Ember.computed.notEmpty(
"model.manual_locked_trust_level"
),
primaryGroupDirty: propertyNotEqual(
"originalPrimaryGroupId",