Skip to content

Commit

Permalink
fix: 🚑 show eu real account creation button in account switcher (deri…
Browse files Browse the repository at this point in the history
  • Loading branch information
mitra-deriv authored Jun 20, 2024
1 parent f91a215 commit ffda9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const AccountSwitcher = observer(({ history, is_mobile, is_visible }) => {
<div className='acc-switcher__separator' />
</React.Fragment>
) : null}
{(!is_high_risk || is_eu) && has_maltainvest_account ? (
{(!is_high_risk && has_maltainvest_account) || is_eu ? (
<AccountWrapper
header={
is_low_risk && has_maltainvest_account
Expand Down

0 comments on commit ffda9f2

Please sign in to comment.