Skip to content

Commit

Permalink
fix: estimated rewards label
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Nov 1, 2023
1 parent cfdbbf9 commit 8b92280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/StakeRewardChart/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const StakeRewardChart = memo(
>
<div>
<div tw="inline-flex gap-1 items-center">
{totalRewards.toFixed(2)}
{data[0].value.toFixed(2)}
<Logo text="" size="0.75rem" />
</div>
</div>
Expand Down

0 comments on commit 8b92280

Please sign in to comment.