diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index a39040190..33625cc6a 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -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? } },