Update frontend/src/pages/Transactions.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-11 17:51:32 +02:00 committed by GitHub
parent 146ea12730
commit 1dbe9db5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')