Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
drop down userReward decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Dec 1, 2021
1 parent a81033c commit 2aa54e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boba/gateway/src/components/listFarm/listFarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class ListFarm extends React.Component {
<S.DropdownContent>
<S.DropdownWrapper>
<Typography sx={{flex: 1}} variant="body2" component="div">{`${symbol}`} Earned</Typography>
<Typography sx={{flex: 1}} variant="body2" component="div" color="secondary">{logAmount(userReward, decimals, 2)}</Typography>
<Typography sx={{flex: 1}} variant="body2" component="div" color="secondary">{logAmount(userReward, decimals, 5)}</Typography>
<Button
variant="contained"
fullWidth
Expand Down

0 comments on commit 2aa54e4

Please sign in to comment.