Skip to content

Commit

Permalink
fix(frontend): fee rate range tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibes-INS committed Aug 6, 2024
1 parent a87ad0e commit 250fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/btc/btc-block-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function BtcBlockOverview({
<Text color="text.third" fontSize="14px">{t(i18n)`Fee rate span`}</Text>
<TextOverflowTooltip
label={
<Text whiteSpace="nowrap" maxW="250px" truncate>
<Text whiteSpace="nowrap">
{t(
i18n,
)`${formatNumber(block.feeRateRange.min)} sats/VB ~ ${formatNumber(BigNumber(block.feeRateRange.max))} sats/VB`}
Expand Down

0 comments on commit 250fcc1

Please sign in to comment.