mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: proxy list error
This commit is contained in:
@@ -33,7 +33,7 @@ const ProxyPage = () => {
|
|||||||
}, [proxiesData]);
|
}, [proxiesData]);
|
||||||
|
|
||||||
const modeList = ["rule", "global", "direct"];
|
const modeList = ["rule", "global", "direct"];
|
||||||
const asGroup = curMode === "rule" || !groups.length;
|
const asGroup = curMode === "rule" && groups.length;
|
||||||
|
|
||||||
// make sure that fetch the proxies successfully
|
// make sure that fetch the proxies successfully
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user