Fixed legal screen & connection stuff
This commit is contained in:
parent
ea72de0f08
commit
18d4add22d
3 changed files with 55 additions and 17 deletions
|
|
@ -387,7 +387,7 @@ export default function Provider(props: {
|
|||
setIdentifying(false);
|
||||
identificationStartedRef.current = false;
|
||||
};
|
||||
}, []);
|
||||
}, [props.blockConnection]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!connected) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue