Skip to content

Commit

Permalink
fix: addded space
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Mar 3, 2025
1 parent 5443c6e commit bfefca1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ function App() {
};
}, []);

// const updateAccountParamInURL = (account_data: TAuthData['account_list'][number], fallback_currency = '') => {
// const search_params = new URLSearchParams(window.location.search);
// const account_param = account_data.loginid.startsWith('VR')
// ? 'demo'
// : account_data.currency || fallback_currency;
// search_params.set('account', account_param);
// window.history.pushState({}, '', `${window.location.pathname}?${search_params.toString()}`);
// };

React.useEffect(() => {
const accounts_list = localStorage.getItem('accountsList');
const client_accounts = localStorage.getItem('clientAccounts');
Expand Down

0 comments on commit bfefca1

Please sign in to comment.