Fix linter errors

This commit is contained in:
Râu Cao
2023-01-15 13:09:39 +08:00
parent 088db24534
commit 2626543f3e
6 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
</p>
<p class="tags">
{{#each expense.tags as |tag|}}
<button class="small yellow" role="none">
<button type="button" class="small yellow" role="none">
<IconTag />{{tag}}
</button>
{{/each}}