-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mahdiyeh/73628/compare account modal #6721
Mahdiyeh/73628/compare account modal #6721
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
Codecov Report
@@ Coverage Diff @@
## pre-appstore #6721 +/- ##
===============================================
Coverage ? 21.29%
===============================================
Files ? 1532
Lines ? 34037
Branches ? 5951
===============================================
Hits ? 7248
Misses ? 26309
Partials ? 480 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…ahdiyeh/73628/CompareAccountModal
@@ -123,6 +125,7 @@ const content: TModalContentProps[] = [ | |||
'Choosing this jurisdiction will give you a Financial STP account. Your trades will go directly to the market and have tighter spreads.' | |||
), | |||
}, | |||
derivx: { text: localize('St. Vincent & Grenadines') }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need Deriv X
related info here?
Is this part of the requirements?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls address the failed builds.
@@ -314,7 +314,7 @@ const DMT5CompareModalContent = ({ | |||
'financial_bvi', | |||
'financial_vanuatu', | |||
'financial_labuan', | |||
...(should_show_derivx ? ['derivx'] : []), | |||
...(should_show_derivx && synthetic_accounts_count > 0 ? ['derivx'] : []), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when we have mt5 synthetic accounts we should show derivx
Kudos, SonarCloud Quality Gate passed! |
Changes:
Please include a summary of the change and which issue is fixed below:
When you need to add unit test
When you need to add integration test
Test coverage checklist (for reviewer)
Type of change