Skip to content

Commit 443a99f

Browse files
Merge pull request #621 from henry-deriv/henry/webrel-2598/wallet-header-ui-appears-when-switching-in-non-wallet-account
henry/webrel-2598/hotfix: wallet header showing when switching account
2 parents a8ffbaa + 5e2176e commit 443a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/base/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const Header = (() => {
4343
populateAccountsList();
4444
populateWalletAccounts();
4545
bindSvg();
46+
switchHeaders();
4647
BinarySocket.wait('authorize','landing_company').then(() => {
47-
switchHeaders();
4848
setHeaderUrls();
4949
bindPlatform();
5050
bindClick();

0 commit comments

Comments
 (0)