Skip to content

Commit

Permalink
Fixed stake not displayed (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbeefcake authored Dec 20, 2022
1 parent b9e887b commit 453787d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ export const AnnounceCandidacyModal = () => {
'Signing this transaction will result in the specified amount of JOY tokens staked for the chosen purpose, resulting in a rivalrous lock applied to this amount until the stake gets recovered.'
return (
<SignTransactionModal
additionalTransactionInfo={[{ title: 'Add Stake', tooltipText }]}
additionalTransactionInfo={[
{ title: 'Add Stake', value: form.watch('staking.amount') ?? BN_ZERO, tooltipText },
]}
buttonText="Sign transaction and Announce"
transaction={announceCandidacyTransaction}
signer={activeMember.controllerAccount}
Expand Down

2 comments on commit 453787d

@vercel
Copy link

@vercel vercel bot commented on 453787d Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 453787d Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-joystream.vercel.app
pioneer-2-git-dev-joystream.vercel.app
pioneer-2.vercel.app

Please sign in to comment.