Update app/components/add-reimbursement/template.hbs
Co-authored-by: Manuel Wiedenmann <manuel@funkensturm.de>
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
{{#if this.expenses}}
|
{{#if this.expenses}}
|
||||||
<ExpenseList @expenses={{this.expenses}}
|
<ExpenseList @expenses={{this.expenses}}
|
||||||
@removeExpenseItem={{this.removeExpenseItem}}
|
@removeExpenseItem={{this.removeExpenseItem}}
|
||||||
@deletable=yes />
|
@deletable={{true}} />
|
||||||
|
|
||||||
<p class="actions">
|
<p class="actions">
|
||||||
<button {{on "click" this.showExpenseForm}}
|
<button {{on "click" this.showExpenseForm}}
|
||||||
|
|||||||
Reference in New Issue
Block a user