Skip to content

Commit

Permalink
Merge pull request #621 from henry-deriv/henry/webrel-2598/wallet-hea…
Browse files Browse the repository at this point in the history
…der-ui-appears-when-switching-in-non-wallet-account

henry/webrel-2598/hotfix: wallet header showing when switching account
  • Loading branch information
balakrishna-deriv authored Mar 15, 2024
2 parents a8ffbaa + 5e2176e commit 443a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/base/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const Header = (() => {
populateAccountsList();
populateWalletAccounts();
bindSvg();
switchHeaders();
BinarySocket.wait('authorize','landing_company').then(() => {
switchHeaders();
setHeaderUrls();
bindPlatform();
bindClick();
Expand Down

0 comments on commit 443a99f

Please sign in to comment.