Skip to content

Commit

Permalink
🍸 VoteForCouncil: Fix use total balance (Joystream#3866)
Browse files Browse the repository at this point in the history
Co-authored-by: Joystream Stats <dev@joystreamstats.live>
  • Loading branch information
traumschule and Joystream Stats authored Nov 23, 2022
1 parent 44bcea8 commit 0f7ae3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const SelectStakingAccount = ({
})

if (!form || !name) {
return <BaseSelectAccount {...props} accounts={accountsWithLocks} />
return <BaseSelectAccount {...props} accounts={accountsWithLocks} isForStaking={lockType === 'Voting'} />
}

return (
Expand Down

0 comments on commit 0f7ae3b

Please sign in to comment.