diff --git a/src/walletConnect/index.tsx b/src/walletConnect/index.tsx index 9ed31ba2b9a..fd8bdba446f 100644 --- a/src/walletConnect/index.tsx +++ b/src/walletConnect/index.tsx @@ -668,7 +668,6 @@ export async function onSessionProposal( export async function onSessionRequest( event: SignClientTypes.EventArguments['session_request'] ) { - setHasPendingDeeplinkPendingRedirect(true); const client = await web3WalletClient; logger.debug(`WC v2: session_request`, {}, logger.DebugContext.walletconnect);