fix: proxy view display error

This commit is contained in:
huzibaca 2024-10-24 06:54:27 +08:00
parent e79121e46a
commit fdc8a83f25
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

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 {