From 4fd2c8f646e48dd0c07d0c2041de52e9a4f8bc82 Mon Sep 17 00:00:00 2001 From: Matain Date: Thu, 9 Jun 2022 20:34:28 +0800 Subject: fix deps for test --- src/components/proxies/ProxyGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/proxies/ProxyGroup.tsx b/src/components/proxies/ProxyGroup.tsx index 5c8fa25..633a4b9 100644 --- a/src/components/proxies/ProxyGroup.tsx +++ b/src/components/proxies/ProxyGroup.tsx @@ -83,7 +83,7 @@ function ProxyGroupImpl({ } catch (err) {} setIsTestingLatency(false); - }, [apiConfig, dispatch, name]); + }, [all, apiConfig, dispatch, name, version.meta]); return (
-- cgit v1.3.1