mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-28 15:03:30 +00:00
Fix initial fetchInfo on torified app
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user