diff --git a/app/page.tsx b/app/page.tsx index b2df720..f018fa8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -89,6 +89,11 @@ export default function HomePage() { ) } + // * Wait for organization context before rendering SiteList to avoid "Organization Required" flash + if (user && !user.org_id) { + return + } + return (