From bd106cd90e61bae445ea9cb2fe978491f638a331 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 12 May 2021 13:08:41 +0200 Subject: [PATCH] do not show cero GDD when loading balance fails --- frontend/src/views/Layout/DashboardLayout_gdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? } },