diff --git a/frontend/src/pages/Transactions.vue b/frontend/src/pages/Transactions.vue index 897f8ff9d..1ff918e60 100644 --- a/frontend/src/pages/Transactions.vue +++ b/frontend/src/pages/Transactions.vue @@ -58,7 +58,7 @@ export default { updateTransactions(pagination) { this.$emit('update-transactions', pagination) }, - showGdtBalance(Boolean) { + showGdtBalance(boolean) { if (Boolean) { this.titel_gdt += `( ${ this.GdtBalance === null ? '—' : this.$n(this.GdtBalance, 'decimal')