From ffda9f24e02b7cd780dcf3bf9e4a202e27970266 Mon Sep 17 00:00:00 2001 From: mitra-deriv <64970259+mitra-deriv@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:31:42 +0800 Subject: [PATCH] fix: :ambulance: show eu real account creation button in account switcher (#15705) --- .../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 93bdeb17040f..01203ce86d11 100644 --- a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx +++ b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx @@ -321,7 +321,7 @@ const AccountSwitcher = observer(({ history, is_mobile, is_visible }) => {
) : null} - {(!is_high_risk || is_eu) && has_maltainvest_account ? ( + {(!is_high_risk && has_maltainvest_account) || is_eu ? (