diff --git a/space/lib/wrappers/auth-wrapper.tsx b/space/lib/wrappers/auth-wrapper.tsx index 1dad8f337..a9a1229ad 100644 --- a/space/lib/wrappers/auth-wrapper.tsx +++ b/space/lib/wrappers/auth-wrapper.tsx @@ -26,7 +26,7 @@ export const AuthWrapper: FC = observer((props) => { revalidateOnFocus: false, }); - if (isSWRLoading || isLoading) + if (isSWRLoading || (isLoading && pageType === EPageTypes.AUTHENTICATED)) return (
diff --git a/space/pages/[workspace_slug]/[project_slug]/index.tsx b/space/pages/[workspace_slug]/[project_slug]/index.tsx index aaec7672e..fc715143f 100644 --- a/space/pages/[workspace_slug]/[project_slug]/index.tsx +++ b/space/pages/[workspace_slug]/[project_slug]/index.tsx @@ -33,7 +33,7 @@ const WorkspaceProjectPage = (props: any) => { }); return ( - + {SITE_TITLE}