Skip to content

Commit

Permalink
Fix Nominate button
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Feb 16, 2023
1 parent 6acd4f9 commit ddea324
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/page-staking/src/Targets/Nominate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ function Nominate ({ className = '', isDisabled, ownNominators, targets }: Props
onClose={toggleOpen}
size='large'
>
<Modal.Description>
<Modal.Columns>
<MarkWarning content={t<string>('This will reset your current nominated validators.')} />
</Modal.Columns>
</Modal.Description>
<Modal.Columns>
<MarkWarning content={t<string>('This will reset your current nominated validators.')} />
</Modal.Columns>
<Modal.Content>
<Modal.Columns hint={t<string>('One of your available nomination accounts, keyed by the stash. The transaction will be sent from the controller.')}>
<InputAddress
Expand Down

1 comment on commit ddea324

@vercel
Copy link

@vercel vercel bot commented on ddea324 Feb 16, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.