Fix prettier style on List View test

This commit is contained in:
Joshua Ogle 2018-11-10 12:53:26 -07:00 committed by Matthew Irish
parent 1a5e6fdce9
commit b77588745e
2 changed files with 2 additions and 2 deletions

View file

@ -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.`;
})
}),
});

View file

@ -69,7 +69,6 @@
secret=''
queryParams=(query-params initialKey=(or filter baseKey.id))
class="link"
data-test-secret-create=true
}}
{{options.create}}
{{/secret-link}}