From 8f249f53df67030bfd15f528f6da1e07e8ba9a04 Mon Sep 17 00:00:00 2001 From: mayuran-deriv Date: Mon, 20 Jan 2025 16:34:42 +0400 Subject: [PATCH] fix: clg --- src/app/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 5dccc615..95b717b3 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -107,6 +107,7 @@ function App() { const active_loginid = localStorage.getItem('active_loginid'); const url_params = new URLSearchParams(window.location.search); const account_currency = url_params.get('account'); + console.log(account_currency); if (!account_currency) { try {