Finish Reimbursement UI (MVP) #209

Merged
raucao merged 7 commits from feature/veto_reimbursements into master 2023-01-09 03:34:37 +00:00
Showing only changes of commit ca1ccf6d93 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ import { inject as service } from '@ember/service';
import { alias } from '@ember/object/computed';
export default class BudgetBalancesComponent extends Component {
@service communityFunds
@service communityFunds;
@alias('communityFunds.balances') balances;
get loading () {