diff --git a/src/components/proxy/proxy-render.tsx b/src/components/proxy/proxy-render.tsx index f0d197f..07d0745 100644 --- a/src/components/proxy/proxy-render.tsx +++ b/src/components/proxy/proxy-render.tsx @@ -1,8 +1,8 @@ import { alpha, Box, - ListItem, ListItemText, + ListItemButton, Typography, styled, } from "@mui/material"; @@ -33,8 +33,7 @@ export const ProxyRender = (props: RenderProps) => { if (type === 0) { return ( - onHeadState(group.name, { open: !headState?.open })} > @@ -58,7 +57,7 @@ export const ProxyRender = (props: RenderProps) => { }} /> {headState?.open ? : } - + ); }