Octanify add-reimbursement syntax

Fixes linter errors
This commit is contained in:
2020-10-31 13:05:40 +01:00
parent ccda6ec354
commit b58870a03c
2 changed files with 29 additions and 22 deletions
@@ -84,6 +84,11 @@ export default class AddReimbursementComponent extends Component {
this.total = btcAmount.toFixed(8);
}
@action
updateContributor(event) {
this.contributorId = event.target.value;
}
@action
showExpenseForm () {
this.expenseFormVisible = true;