Skip to content

Commit

Permalink
Merge pull request binary-com#158 from jim-deriv/Jim/86529/create-new…
Browse files Browse the repository at this point in the history
…-account-is-broken-in-the-old-ui

Jim/86529/create new account is broken in the old UI
  • Loading branch information
matin-deriv committed Jan 20, 2023
2 parents 6fb7d00 + 31bd3c7 commit 5cd3a74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ const AccountSwitcher = props => {
closeAccountsDialog();
props.setShouldShowCooldownModal(true);
} else {
props.openRealAccountSignup('manage');
props.openRealAccountSignup(account);
}
}}
className='acc-switcher__new-account-btn'
Expand Down

0 comments on commit 5cd3a74

Please sign in to comment.