Skip to content

Commit

Permalink
fix: display of Paste address button in Delegate modal (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy authored Nov 21, 2023
1 parent c335bba commit 81565c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Governance/VotingWallet/DelegateModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const DelegateModal: React.FC<DelegateModalProps> = ({
<Typography color="textPrimary">{t('vote.delegateAddress')}</Typography>
<TextButton
css={styles.inline}
className="w-full"
onClick={() => setFieldValue('address', currentUserAccountAddress)}
disabled={!currentUserAccountAddress}
>
Expand Down

0 comments on commit 81565c7

Please sign in to comment.