diff --git a/src/components/AccountTransactionList.vue b/src/components/AccountTransactionList.vue index 8fed839..28a5b9d 100644 --- a/src/components/AccountTransactionList.vue +++ b/src/components/AccountTransactionList.vue @@ -4,7 +4,7 @@ class="field has-addons has-addons-centered is-narrow" v-if="showFilter" > -
{{ - $tc('account.total', category.transactions.length, { - count: category.transactions.length - }) + $tc('account.total', category.transactions.length, { + count: category.transactions.length + }) }}