Skip to content

Commit

Permalink
fix: condition to render the modal in real account creation (#12215)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaib-deriv committed Dec 13, 2023
1 parent 9c7a251 commit b01e92e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const RealAccountSignup = ({
active_modal_index_no = modal_pages_indices.add_or_manage_account;
} else {
active_modal_index_no =
(!currency && real_account_signup_target !== 'maltainvest') || is_loading
real_account_signup_target === 'set_currency'
? modal_pages_indices.set_currency
: modal_pages_indices.account_wizard;
}
Expand Down

1 comment on commit b01e92e

@vercel
Copy link

@vercel vercel bot commented on b01e92e Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.