From f6abcafc83d4489988500747aa182bbcbdfe1dac Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 30 Mar 2024 17:20:12 +0530 Subject: [PATCH] Copy over fix into auth and accounts --- web/apps/accounts/src/pages/_app.tsx | 2 +- web/apps/auth/src/pages/_app.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/apps/accounts/src/pages/_app.tsx b/web/apps/accounts/src/pages/_app.tsx index 03d675a2f1..9b47a74e1d 100644 --- a/web/apps/accounts/src/pages/_app.tsx +++ b/web/apps/accounts/src/pages/_app.tsx @@ -128,7 +128,7 @@ export default function App(props: EnteAppProps) { )} {showNavbar && } - + {isI18nReady && } diff --git a/web/apps/auth/src/pages/_app.tsx b/web/apps/auth/src/pages/_app.tsx index c06531ab42..a8fa87e288 100644 --- a/web/apps/auth/src/pages/_app.tsx +++ b/web/apps/auth/src/pages/_app.tsx @@ -195,7 +195,9 @@ export default function App(props: EnteAppProps) { )} - + {isI18nReady && ( + + )}