mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
fix: proxy view display error
This commit is contained in:
parent
a979638368
commit
26b8cf6d52
@ -115,7 +115,7 @@ export const useRenderList = (mode: string) => {
|
||||
});
|
||||
|
||||
if (!useRule) return retList.slice(1);
|
||||
return retList;
|
||||
return retList.filter((item) => item.group.hidden === false);
|
||||
}, [headStates, proxiesData, mode, col]);
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user