Skip to content

Commit

Permalink
fix: loading
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Nov 15, 2024
1 parent 38cde2b commit af05270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Stores/traders-hub-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default class TradersHubStore extends BaseStore {

const groupedByProduct = trading_platform_available_accounts.reduce((acc, item) => {
const { product, is_default_jurisdiction, linkable_landing_companies } = item;
if (this.is_demo) {
if (this.is_demo || (this.no_CR_account && !this.is_eu_user)) {
if (
is_default_jurisdiction === 'true' ||
(acc[product] && acc[product].some(i => i.is_default_jurisdiction === 'true'))
Expand Down

0 comments on commit af05270

Please sign in to comment.