mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/pages/Transactions.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
146ea12730
commit
1dbe9db5aa
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user