diff --git a/src/dashboards/MasterCorporate.tsx b/src/dashboards/MasterCorporate.tsx index 36e93175..95736597 100644 --- a/src/dashboards/MasterCorporate.tsx +++ b/src/dashboards/MasterCorporate.tsx @@ -168,9 +168,6 @@ export default function MasterCorporateDashboard({ user }: Props) { }; const GroupsList = () => { - const filter = (x: Group) => - x.admin === user.id || x.participants.includes(user.id); - return ( <>