Fix some linter errors and warnings

This commit is contained in:
Râu Cao
2022-10-06 12:29:57 +02:00
parent 19553b9777
commit fb66bd4f0d
3 changed files with 3 additions and 6 deletions
@@ -19,8 +19,6 @@ module('Integration | Component | contribution-list', function(hooks) {
let kredits = this.owner.lookup('service:kredits');
kredits.set('contributors', contributors);
debugger;
this.set('fixtures', contributions);
await render(hbs`{{contribution-list contributions=fixtures showQuickFilter=true}}`);