From dccca8b5fcc55c3201af90a73d31fabacad4a37c Mon Sep 17 00:00:00 2001 From: microHoffman Date: Wed, 18 Dec 2024 17:45:12 +0700 Subject: [PATCH] fix: display correct count of staking + vesting positions and other fixes for vesting handling --- pages/index.vue | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index f8a5407..1aad545 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -21,7 +21,7 @@
- + {{ totalPwnTokensFormatted }} PWN @@ -40,7 +40,7 @@
Vested Tokens
- +
{{ vestedTokensAmountFormatted }}
@@ -84,16 +84,16 @@

Positions ({{ stakesCount }})

-
+