diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx index 03914035..b68f1220 100644 --- a/apps/web/components/Shell.tsx +++ b/apps/web/components/Shell.tsx @@ -427,7 +427,7 @@ export default function Shell(props: LayoutProps) { const isLoading = i18n.status === "loading" || query.status === "loading" || isRedirectingToOnboarding || loading; - if (isLoading && !props.customLoader) { + if (isLoading) { return (