Make linter happy
This commit is contained in:
parent
406c6d679a
commit
ca4d08f9d9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue