From 69610f37c6b7b71c296c603f603a053a488af1f7 Mon Sep 17 00:00:00 2001 From: moo-onthelawn <70078372+moo-onthelawn@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:28:39 -0400 Subject: [PATCH] fix: add back precision to earned by stakers (#692) --- src/views/ExchangeBillboards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ExchangeBillboards.tsx b/src/views/ExchangeBillboards.tsx index 9b56e9e0e..e78096875 100644 --- a/src/views/ExchangeBillboards.tsx +++ b/src/views/ExchangeBillboards.tsx @@ -50,7 +50,7 @@ export const ExchangeBillboards: React.FC = () => { 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: '~',