diff --git a/src/screens/ConnectToWalletConnect/index.tsx b/src/screens/ConnectToWalletConnect/index.tsx index 5bf3ad8..fa8f18f 100644 --- a/src/screens/ConnectToWalletConnect/index.tsx +++ b/src/screens/ConnectToWalletConnect/index.tsx @@ -118,7 +118,7 @@ const Render = ({ type: 'danger' }) goBackOrHome() - }, 10_000) + }, 10000) connector.on('session_request', (error, payload) => { connectionTimeout.current && clearTimeout(connectionTimeout.current)