mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
error corrected GdtBalance not null
This commit is contained in:
parent
914f50e09d
commit
2e54641f20
@ -177,7 +177,7 @@ export default {
|
||||
} = result
|
||||
this.GdtBalance =
|
||||
transactionList.balance.balanceGDT === null
|
||||
? null
|
||||
? 0
|
||||
: Number(transactionList.balance.balanceGDT)
|
||||
this.transactions = transactionList.transactions
|
||||
this.balance = Number(transactionList.balance.balance)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user