fix: proxy view display error

This commit is contained in:
huzibaca 2024-10-24 06:54:27 +08:00
parent a979638368
commit 26b8cf6d52

View File

@ -115,7 +115,7 @@ export const useRenderList = (mode: string) => {
}); });
if (!useRule) return retList.slice(1); if (!useRule) return retList.slice(1);
return retList; return retList.filter((item) => item.group.hidden === false);
}, [headStates, proxiesData, mode, col]); }, [headStates, proxiesData, mode, col]);
return { return {