From 5ac9ac57cc12e4f01dd595704716c18024000f4e Mon Sep 17 00:00:00 2001 From: NalinNair Date: Thu, 20 Nov 2025 16:57:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=91=20refactor:=20Skip=20H1=20Renderin?= =?UTF-8?q?g=20for=20Falsy=20Header=20Values=20in=20`AuthLayout`=20(#10606?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Auth/AuthLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Auth/AuthLayout.tsx b/client/src/components/Auth/AuthLayout.tsx index d948cb1a6e..f2290350ce 100644 --- a/client/src/components/Auth/AuthLayout.tsx +++ b/client/src/components/Auth/AuthLayout.tsx @@ -75,7 +75,7 @@ function AuthLayout({
- {!hasStartupConfigError && !isFetching && ( + {!hasStartupConfigError && !isFetching && header && (