From 8c9f5ec09cf1acf354841c2d63edb6675e0dbda1 Mon Sep 17 00:00:00 2001 From: ety001 Date: Mon, 18 Dec 2023 05:24:18 +0000 Subject: [PATCH] last version of vue2 --- src/components/BlockReward.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/BlockReward.vue b/src/components/BlockReward.vue index 7c332e2..2499884 100644 --- a/src/components/BlockReward.vue +++ b/src/components/BlockReward.vue @@ -111,7 +111,8 @@ export default { // Percent SBD const currentSbdSupply = dgp.current_sbd_supply.split(' '); const tmpSbdSupply = currentSbdSupply[0] / currentMedianPrice; - const percentSbd = (tmpSbdSupply + virtualSupply[0] / 2) / virtualSupply[0]; + const tmp = (tmpSbdSupply + virtualSupply[0] / 2 / STEEM_100_PERCENT); + const percentSbd = tmp / virtualSupply[0]; // Display the data this.data = [