From b1ad829aa78c7d874bf0fba09b3c235704dd89f2 Mon Sep 17 00:00:00 2001 From: Daniel Sinclair <4412473+DanielSinclair@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:58:22 -0400 Subject: [PATCH] fix: claim eth value i18n issue (#1668) --- src/entries/popup/pages/home/Points/ClaimOverview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entries/popup/pages/home/Points/ClaimOverview.tsx b/src/entries/popup/pages/home/Points/ClaimOverview.tsx index b921c63d85..7c1c0753fb 100644 --- a/src/entries/popup/pages/home/Points/ClaimOverview.tsx +++ b/src/entries/popup/pages/home/Points/ClaimOverview.tsx @@ -258,7 +258,7 @@ function ClaimSummary({ amount, price }: { amount: string; price: string }) { {i18n.t('points.rewards.amount_in_eth', { - amountWithThreshold, + amount: amountWithThreshold, })}