diff --git a/frontend/src/contexts/FederationContext.tsx b/frontend/src/contexts/FederationContext.tsx index 473542f5..5e433655 100644 --- a/frontend/src/contexts/FederationContext.tsx +++ b/frontend/src/contexts/FederationContext.tsx @@ -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 (