Octanify add-reimbursement syntax
Fixes linter errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user