From e026e62f34aa331d0f0a984d573faf329f605b7b Mon Sep 17 00:00:00 2001 From: Jim Daniels Wasswa Date: Fri, 20 Jan 2023 17:04:02 +0800 Subject: [PATCH] fix: fix add new account --- .../src/App/Containers/AccountSwitcher/account-switcher.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx index 6ab618f1a487..b2c241b144a7 100644 --- a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx +++ b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx @@ -1090,7 +1090,7 @@ const AccountSwitcher = props => { closeAccountsDialog(); props.setShouldShowCooldownModal(true); } else { - props.openRealAccountSignup('manage'); + props.openRealAccountSignup(account); } }} className='acc-switcher__new-account-btn'