Commit 15a339a0 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

lint: connect SafeApp on mount (#2341)

parent 3c371af3
......@@ -33,7 +33,7 @@ export function useEagerConnect() {
}
})
}
}, [activate, setTriedSafe]) // intentionally only running on mount
}) // intentionally only running on mount
// then, if that fails, try connecting to an injected connector
useEffect(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment