diff --git a/vibn-frontend/app/[workspace]/agency/layout.tsx b/vibn-frontend/app/[workspace]/agency/layout.tsx index 2ebe0616..acbcf1e8 100644 --- a/vibn-frontend/app/[workspace]/agency/layout.tsx +++ b/vibn-frontend/app/[workspace]/agency/layout.tsx @@ -397,51 +397,19 @@ export default function AgencyLayout({ /> - Delivery (Projects) + Clients {clients.map((client) => { const clientPath = `/${workspace}/agency/client/${client.id}`; const isActive = pathname.startsWith(clientPath); return ( - - - {isActive && ( -
- - - - -
- )} -
+ ); })}