do not show cero GDD when loading balance fails

This commit is contained in:
Moriz Wahl 2021-05-12 13:08:41 +02:00
parent bb0a0d607c
commit bd106cd90e

View File

@ -111,7 +111,7 @@ export default {
this.transactionCount = result.result.data.count
this.pending = false
} else {
this.pending = false
this.pending = true
// what to do when loading balance fails?
}
},