diff options
Diffstat (limited to 'src')
| -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}> |
