diff --git a/components/brave_wallet_ui/panel/container.tsx b/components/brave_wallet_ui/panel/container.tsx index b93d6b52ea8e..5dc38ed990f9 100644 --- a/components/brave_wallet_ui/panel/container.tsx +++ b/components/brave_wallet_ui/panel/container.tsx @@ -349,9 +349,14 @@ function Container () { ) } - if (isWalletLocked && !isPanelV2FeatureEnabled) { - return ( - + if (isWalletLocked) { + return isPanelV2FeatureEnabled + ? + + + + + : - ) } if (selectedPanel === 'transactionStatus' && selectedTransactionId) {