diff options
| author | Matain <[email protected]> | 2022-06-09 20:34:28 +0800 |
|---|---|---|
| committer | Matain <[email protected]> | 2022-06-09 20:34:28 +0800 |
| commit | 4fd2c8f646e48dd0c07d0c2041de52e9a4f8bc82 (patch) | |
| tree | 4d7d087aa46a2b1cf39717e14ed4f805300897c2 /src/components | |
| parent | bae6fcc57477f4baf0dcf0dd073e7325045edba5 (diff) | |
fix deps for test
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/proxies/ProxyGroup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( <div className={s0.group}> |
