DEV: enforces ember-template-lint: no-unused-block-params (#9138)

This commit is contained in:
Joffrey JAFFEUX
2020-03-09 10:03:46 +01:00
committed by GitHub
parent b850953294
commit 8612bfb152
3 changed files with 6 additions and 5 deletions
@@ -2,7 +2,7 @@
<thead>
<tr>
{{#if model.computedLabels}}
{{#each model.computedLabels as |label index|}}
{{#each model.computedLabels as |label|}}
{{admin-report-table-header
showSortingUI=showSortingUI
currentSortDirection=sortDirection