Skip to content

Commit 845ede5

Browse files
committed
chore: empty commit
1 parent c5709bb commit 845ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/appstore/src/components/cfds-listing-logged-out/cfds-listing-logged-out.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const CFDsListingLoggedOut = observer(() => {
3030
{combined_cfd_mt5_accounts.map((existing_account, index: number) => {
3131
// This is for backward compatibility
3232
// before BE change, EU market_type is financial. With BE change, EU market_type becomes synthetic
33-
const is_eu_standard = !is_eu_user && existing_account.market_type !== 'financial';
33+
const is_eu_standard = is_eu_user && existing_account.market_type !== 'financial';
3434

3535
const list_size = combined_cfd_mt5_accounts.length;
3636

0 commit comments

Comments
 (0)