diff --git a/src/components/AccountCard.vue b/src/components/AccountCard.vue index c949696..635bfae 100644 --- a/src/components/AccountCard.vue +++ b/src/components/AccountCard.vue @@ -64,7 +64,7 @@ export default class AccountCard extends Vue { private get totalCost(): number { return transactionService.getTotalCost( this.transactions, - this.account.mainCurrency.name + this.account.mainCurrency.code ) } }