Skip to content

Commit

Permalink
fix: fixed cfd restricted countries
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-rao-deriv committed Aug 17, 2023
1 parent d3e04dd commit 875beca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const StaticDashboard = observer(
</div>

<div className='static-dashboard-wrapper__body'>
{!is_eu_user && !CFDs_restricted_countries && !financial_restricted_countries && (
{!is_eu_user && !financial_restricted_countries && (
<StaticCFDAccountManager
type='synthetic'
platform='mt5'
Expand Down

0 comments on commit 875beca

Please sign in to comment.