Skip to content

Commit

Permalink
Uplift of #21894 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Feb 5, 2024
1 parent 2446f80 commit ade063b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/brave_wallet_ui/panel/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ function Container() {

if (
selectedAccount &&
(selectedPendingTransaction || signMessageData.length) &&
(selectedPendingTransaction ||
signMessageData.length ||
signAllTransactionsRequests.length ||
signTransactionRequests.length) &&
selectedPanel === 'connectHardwareWallet'
) {
return (
Expand Down

0 comments on commit ade063b

Please sign in to comment.