diff --git a/apps/web/app/org/[orgSlug]/[user]/[type]/page.tsx b/apps/web/app/org/[orgSlug]/[user]/[type]/page.tsx index 2576c97df8..144e5f1f88 100644 --- a/apps/web/app/org/[orgSlug]/[user]/[type]/page.tsx +++ b/apps/web/app/org/[orgSlug]/[user]/[type]/page.tsx @@ -54,7 +54,7 @@ export const generateMetadata = async ({ params, searchParams }: PageProps) => { }; }; -export const Page = async (props: OrgTypePageProps) => { +const Page = async (props: OrgTypePageProps) => { if ((props as TeamTypePageProps)?.teamId) { return ; }