From 1dbe9db5aab740038334795657d370852b0b2af0 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Mon, 11 Apr 2022 17:51:32 +0200 Subject: [PATCH] Update frontend/src/pages/Transactions.vue Co-authored-by: Moriz Wahl --- frontend/src/pages/Transactions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')