From 071077f2dc0e751d5f578f5967ed3d70ea12f462 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:20:16 +0100 Subject: [PATCH] Fix Global Flicker (#2604) --- apps/web/components/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx index 03914035d4..b68f1220f0 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 (