From 875becac21e12652fecf812a9b43d2a8632ed885 Mon Sep 17 00:00:00 2001 From: arshad-rao-deriv Date: Thu, 17 Aug 2023 20:26:14 +0400 Subject: [PATCH] fix: fixed cfd restricted countries --- .../appstore/src/components/onboarding-new/static-dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/appstore/src/components/onboarding-new/static-dashboard.tsx b/packages/appstore/src/components/onboarding-new/static-dashboard.tsx index 2c86c0abd422..91844ad2c5b3 100644 --- a/packages/appstore/src/components/onboarding-new/static-dashboard.tsx +++ b/packages/appstore/src/components/onboarding-new/static-dashboard.tsx @@ -429,7 +429,7 @@ const StaticDashboard = observer(
- {!is_eu_user && !CFDs_restricted_countries && !financial_restricted_countries && ( + {!is_eu_user && !financial_restricted_countries && (