diff --git a/client/pages/ProjectsAdmin.tsx b/client/pages/ProjectsAdmin.tsx index f1d6047c..f6daf3ab 100644 --- a/client/pages/ProjectsAdmin.tsx +++ b/client/pages/ProjectsAdmin.tsx @@ -83,6 +83,23 @@ export default function ProjectsAdmin() { } }; + if (authLoading) { + return ( + + + + + + Loading + Checking access… + + + + + + ); + } + if (!isOwner) { return (