From ad89cd7b327861f6d0751312ab2f74da3ff52587 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 30 Apr 2021 12:39:05 +0200 Subject: [PATCH] GDT / 10000 --- 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 8a19fa82d..fed804a6f 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -100,7 +100,7 @@ export default { async loadGDTBalance() { const result = await communityAPI.transactions(this.$store.state.session_id) if (result.success) { - this.GdtBalance = result.result.data.gdtSum + this.GdtBalance = result.result.data.gdtSum / 10000 } else { // what to do when loading balance fails? }