Skip to content

Commit

Permalink
fix(explorer): fix incorrect unit in homepage reference gas price (#4561
Browse files Browse the repository at this point in the history
)
  • Loading branch information
evavirseda authored and miker83z committed Dec 20, 2024
1 parent 3732ed8 commit e3274cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/src/components/home-metrics/OnTheNetwork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function OnTheNetwork(): JSX.Element {
size={LabelTextSize.Large}
label="Reference Gas Price"
text={gasPriceFormatted ?? '-'}
supportingLabel={gasPriceFormatted !== null ? 'IOTA' : undefined}
supportingLabel={gasPriceFormatted !== null ? 'nano' : undefined}
tooltipPosition={TooltipPosition.Top}
tooltipText="The reference gas price in the current epoch."
/>
Expand Down

0 comments on commit e3274cd

Please sign in to comment.