Skip to content

Commit

Permalink
fix: add back precision to earned by stakers (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Jun 19, 2024
1 parent e619a01 commit 69610f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ExchangeBillboards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ExchangeBillboards: React.FC<ExchangeBillboardsProps> = () => {
labelKey: STRING_KEYS.EARNED_BY_STAKERS,
tagKey: STRING_KEYS._24H,
value: feesEarned,
type: OutputType.CompactFiat,
type: OutputType.Fiat,
linkLabelKey: STRING_KEYS.LEARN_MORE_ARROW,
link: `${chainTokenLabel}/${TokenRoute.StakingRewards}`,
slotLeft: '~',
Expand Down

0 comments on commit 69610f3

Please sign in to comment.