Remove expense item from list

This commit is contained in:
2020-09-29 17:36:50 +02:00
parent e4d2fdfce4
commit 7c86edcaaa
2 changed files with 10 additions and 1 deletions
@@ -33,7 +33,7 @@
{{fmt-fiat-currency expense.amount expense.currency}}
</div>
<div class="actions">
<button class="danger small">delete</button>
<button class="danger small" onclick={{fn this.removeExpenseItem expense}}>delete</button>
</div>
</li>
{{/each}}