Skip to content

Commit

Permalink
fix: claim eth value i18n issue (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Aug 19, 2024
1 parent f9b793d commit b1ad829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/home/Points/ClaimOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ClaimSummary({ amount, price }: { amount: string; price: string }) {
<Box display="flex" justifyContent="flex-end">
<ConsoleText color="label">
{i18n.t('points.rewards.amount_in_eth', {
amountWithThreshold,
amount: amountWithThreshold,
})}
</ConsoleText>
</Box>
Expand Down

0 comments on commit b1ad829

Please sign in to comment.