Skip to content

Commit

Permalink
react-app: Include reward in portfolio balance calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
hochiw committed Jul 25, 2022
1 parent dc4aba0 commit 47aa414
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export const usePortfolioQuery = (): {
amount: BigNumber.sum(
availableBalance.amount,
stakedBalance.amount,
unstakingBalance.amount
unstakingBalance.amount,
reward.amount
),
denom: availableBalance.denom,
};
Expand Down

0 comments on commit 47aa414

Please sign in to comment.