From ec87eca3cc8aa23c2e88c9620d61b361e287d24a Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Wed, 6 Nov 2024 15:09:20 +0100 Subject: [PATCH] add config.networkTopologyApiUrl to remove warning --- pages/maps/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/maps/index.tsx b/pages/maps/index.tsx index 4cbbb5a..13c6f5a 100644 --- a/pages/maps/index.tsx +++ b/pages/maps/index.tsx @@ -47,7 +47,7 @@ const MapsPage: React.FC = () => { setLoading(false); setError(true); } - }, [session]); + }, [session, config.networkTopologyApiUrl]); return ( <WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}> -- GitLab