mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
do not show cero GDD when loading balance fails
This commit is contained in:
parent
bb0a0d607c
commit
bd106cd90e
@ -111,7 +111,7 @@ export default {
|
|||||||
this.transactionCount = result.result.data.count
|
this.transactionCount = result.result.data.count
|
||||||
this.pending = false
|
this.pending = false
|
||||||
} else {
|
} else {
|
||||||
this.pending = false
|
this.pending = true
|
||||||
// what to do when loading balance fails?
|
// what to do when loading balance fails?
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user