Skip to content

Commit

Permalink
Fix timeout number syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwong committed Jul 4, 2022
1 parent 8b10f3e commit 4abf25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ConnectToWalletConnect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Render = ({
type: 'danger'
})
goBackOrHome()
}, 10_000)
}, 10000)

connector.on('session_request', (error, payload) => {
connectionTimeout.current && clearTimeout(connectionTimeout.current)
Expand Down

0 comments on commit 4abf25c

Please sign in to comment.