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