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 {