From f196d2b50b8b9c78fbb21b717931c5ee9ab3d88f Mon Sep 17 00:00:00 2001 From: Vincent Taglia Date: Wed, 13 Mar 2024 01:16:16 -0500 Subject: [PATCH] Tooltip explaining that pending rewards for denied subgraphs are in fact denied --- src/views/AllocationsDashboard.vue | 41 +++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/src/views/AllocationsDashboard.vue b/src/views/AllocationsDashboard.vue index 0d85504..a3a5b22 100644 --- a/src/views/AllocationsDashboard.vue +++ b/src/views/AllocationsDashboard.vue @@ -182,11 +182,26 @@ color="purple" v-if="item.pendingRewards.loading && !item.pendingRewards.loaded" > - +
+ {{ numeral(Web3.utils.fromWei(Web3.utils.toBN(item.pendingRewards.value))).format('0,0') }} GRT + + + Rewards Denied for Subgraph + +
+