Fix prettier style on List View test
This commit is contained in:
parent
1a5e6fdce9
commit
b77588745e
|
@ -11,8 +11,9 @@ export default Component.extend({
|
|||
let items = pluralize(this.get('itemNoun'));
|
||||
return `No ${items} yet`;
|
||||
}),
|
||||
|
||||
emptyMessage: computed('itemNoun', function() {
|
||||
let items = pluralize(this.get('itemNoun'));
|
||||
return `Your ${items} will be listed here. Add your first ${this.get('itemNoun')} to get started.`;
|
||||
})
|
||||
}),
|
||||
});
|
||||
|
|
|
@ -69,7 +69,6 @@
|
|||
secret=''
|
||||
queryParams=(query-params initialKey=(or filter baseKey.id))
|
||||
class="link"
|
||||
data-test-secret-create=true
|
||||
}}
|
||||
{{options.create}}
|
||||
{{/secret-link}}
|
||||
|
|
Loading…
Reference in a new issue