Skip to content

Commit

Permalink
Add tooltip, #1423
Browse files Browse the repository at this point in the history
  • Loading branch information
leocs2417 committed Nov 14, 2024
1 parent 79887e7 commit e20266e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/src/pages/Overview/polkadot/treasuryDetail/mythToken.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export default function TreasuryDetailMythToken() {
isLoading={isLoading}
precision={MYTH.decimals}
symbol={MYTH.symbol}
valueTooltipContent={
<ValueDisplay value={totalValue} prefix="$" />
}
/>
</AssetItem>
</AssetWrapper>
Expand Down

0 comments on commit e20266e

Please sign in to comment.