Skip to content

Commit

Permalink
Merge pull request #133 from helium/mbthiery/temp-hide-staked
Browse files Browse the repository at this point in the history
Temporarily hide % supply staked
  • Loading branch information
mbthiery authored Jul 22, 2024
2 parents 18eca8d + 8800b0a commit 36cb956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/stats/components/SubDaoInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ export const SubDaoInfo = async ({ subDao }: { subDao: SubDao }) => {
id: `${title} Estimated Swap`,
}}
/>
<StatItem
{/* <StatItem
label="Supply Staked"
value={`${supplyStaked.toNumber() / 100}%`}
tooltip={{
description: `Percent of current ${title} which is staked as ve${title} on Realms.`,
id: `${title} Supply Staked`,
}}
/>
/> */}
</StatsList>
)
}

0 comments on commit 36cb956

Please sign in to comment.