Linting
This commit is contained in:
parent
bcd2bbb4c4
commit
d3355370fd
6 changed files with 4 additions and 10 deletions
|
@ -1,10 +1,6 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
isAdmin: Ember.computed('currentUser', function() {
|
||||
return this.get('currentUser.role') == 'A';
|
||||
}),
|
||||
|
||||
roles: Ember.String.w('A R W'),
|
||||
|
||||
actions: {
|
||||
|
|
Reference in a new issue