mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00:00
Fix initial fetchInfo on torified app
This commit is contained in:
parent
f6fcbd61a1
commit
7a5ae1c25c
@ -339,7 +339,7 @@ export const AppContextProvider = ({
|
|||||||
fetchInfo();
|
fetchInfo();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [open.stats, open.coordinator]);
|
}, [open.stats, open.coordinator, torStatus]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// Sets Setting network from coordinator API param if accessing via web
|
// Sets Setting network from coordinator API param if accessing via web
|
||||||
|
Loading…
Reference in New Issue
Block a user