mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-12 08:19:02 +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)
|
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 (
|
return (
|
||||||
<FederationContext.Provider
|
<FederationContext.Provider
|
||||||
|
Loading…
Reference in New Issue
Block a user