mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
fix infinite re-render loop
This commit is contained in:
parent
963a3b9e00
commit
ab6c902593
@ -170,7 +170,7 @@ export const FederationContextProvider = ({
|
||||
void federation.fetchRobot(garage, slot.token); // create new robot with existing token and keys (on network and coordinator change)
|
||||
}
|
||||
}
|
||||
}, [open.profile, hostUrl, robotUpdatedAt]);
|
||||
}, [open.profile, hostUrl]);
|
||||
|
||||
return (
|
||||
<FederationContext.Provider
|
||||
|
Loading…
Reference in New Issue
Block a user