From 3e91bdfd5914a544321cd33cd68b606fa277ca64 Mon Sep 17 00:00:00 2001 From: mayuran-deriv Date: Thu, 18 Sep 2025 18:32:11 +0400 Subject: [PATCH] fix: check --- src/components/Layout/CustomLayout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Layout/CustomLayout.tsx b/src/components/Layout/CustomLayout.tsx index 721c49a4..3d52b8d2 100644 --- a/src/components/Layout/CustomLayout.tsx +++ b/src/components/Layout/CustomLayout.tsx @@ -64,6 +64,7 @@ const CustomLayout: React.FC = () => { setLoader(false); return; } + //check const loggedState = Cookies.get('logged_state'); let isLocalLoggedIn = false; @@ -100,6 +101,7 @@ const CustomLayout: React.FC = () => { } } }, [loader, isTMBEnabled]); + console.log('loader', isTMBEnabled, loader); return ( <>