From 4abf25cf511fd65cf5906dcd5568e0162893d66f Mon Sep 17 00:00:00 2001 From: Samuel Kim Date: Mon, 4 Jul 2022 15:34:05 +0900 Subject: [PATCH] Fix timeout number syntax --- src/screens/ConnectToWalletConnect/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)