Skip to content

Commit

Permalink
fix: clg
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Jan 20, 2025
1 parent 8bdbedc commit 8f249f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8f249f5

Please sign in to comment.