Skip to content

Commit

Permalink
Uplift of #15224 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed Sep 27, 2022
1 parent 13c6262 commit 5295fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function (props: Props) {
onSubmit={onAddAccounts}
text={getLocale('braveWalletAddCheckedAccountsHardwareWallet')}
buttonType='primary'
disabled={accounts.length === 0}
disabled={accounts.length === 0 || selectedDerivationPaths.length === 0}
/>
</ButtonsContainer>
</>
Expand Down

0 comments on commit 5295fba

Please sign in to comment.