Skip to content

Commit

Permalink
Uplift of #21768 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Jan 26, 2024
1 parent e4a5134 commit 4a6975b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/brave_wallet_ui/utils/local-storage-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export function isPersistanceOfPanelProhibited(panelType: PanelTypes) {
panelType === 'signData' ||
panelType === 'signAllTransactions' ||
panelType === 'signTransaction' ||
panelType === 'addEthereumChain'
panelType === 'addEthereumChain' ||
panelType === 'showUnlock'
)
}

Expand Down

0 comments on commit 4a6975b

Please sign in to comment.