fix: proxy list error
This commit is contained in:
parent
c53fe0ed1f
commit
73758ad1fd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const ProxyPage = () => {
|
|||
}, [proxiesData]);
|
||||
|
||||
const modeList = ["rule", "global", "direct"];
|
||||
const asGroup = curMode === "rule" || !groups.length;
|
||||
const asGroup = curMode === "rule" && groups.length;
|
||||
|
||||
// make sure that fetch the proxies successfully
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue