Skip to content

Commit

Permalink
use min caps
Browse files Browse the repository at this point in the history
  • Loading branch information
divhead committed Jan 13, 2025
1 parent 15335b6 commit d73e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SyntheticsStats/SyntheticsStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export function SyntheticsStats() {
<TooltipWithPortal
handle={
<div className="cell">
{formatAmountHuman(poolAmount, token.decimals)} {token.symbol} / {formatUsd(maxPoolUsdForSwap)}{" "}
{formatAmountHuman(poolAmount, token.decimals)} {token.symbol} / {formatUsd(maxPoolUsd)}{" "}
<ShareBar share={poolUsd} total={maxPoolUsd} warningThreshold={90} />
</div>
}
Expand Down

0 comments on commit d73e983

Please sign in to comment.