Skip to content

Commit

Permalink
Merge pull request #117 from CudoVentures/cudos-dev
Browse files Browse the repository at this point in the history
Cudos dev
  • Loading branch information
maptuhec authored Oct 18, 2022
2 parents ab22f3c + df75a5a commit c4bed6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const MyDelegations = () => {
</Stack>
<Typography variant="body2" fontWeight={700} color="primary.main">
$
{checkRewards[0].amount.length
{checkRewards.length > 0
? calculateValue(
formatBigNum(new BigNumber(checkRewards[0].amount))
)
Expand Down

0 comments on commit c4bed6e

Please sign in to comment.