diff --git a/components/brave_wallet_ui/page/container.tsx b/components/brave_wallet_ui/page/container.tsx index 9432334614f..76cab38b28e 100644 --- a/components/brave_wallet_ui/page/container.tsx +++ b/components/brave_wallet_ui/page/container.tsx @@ -179,10 +179,16 @@ export const Container = () => { if ( !acceptedPartnerConsentTerms && walletLocation.includes(WalletRoutes.FundWalletPageStart) + && !walletNotYetCreated ) { setShowPartnerConsentModal(true) } - }, [acceptedPartnerConsentTerms, walletLocation, history]) + }, [ + acceptedPartnerConsentTerms, + walletLocation, + history, + walletNotYetCreated, + ]) // render if (!hasInitialized) {