diff --git a/src/pages/regulatory/index.tsx b/src/pages/regulatory/index.tsx index 14c3744ec3a..91eb22c521f 100644 --- a/src/pages/regulatory/index.tsx +++ b/src/pages/regulatory/index.tsx @@ -15,7 +15,6 @@ import { Show, } from 'components/containers' import { localize, WithIntl, Localize } from 'components/localization' -import { DerivStore } from 'store' // Icons import EU from 'images/svg/regulatory/europe-map.svg' import Vanuatu from 'images/common/regulatory/vanuatu.png' @@ -24,7 +23,6 @@ import FSC from 'images/common/regulatory/bvi.png' import Labuan from 'images/common/regulatory/labuan.png' import Deriv from 'images/common/regulatory/deriv.png' import TFC from 'images/common/regulatory/tfc.png' -import MGA from 'images/common/regulatory/mga.png' import SVG from 'images/svg/regulatory/svg.svg' import device from 'themes/device.js' @@ -98,12 +96,7 @@ const ResponsiveHeader = styled(StyledHeader)` } ` -const Content = styled.div` - display: contents; -` const Regulatory = (locale: RegulatoryProps) => { - const { is_eu_country } = React.useContext(DerivStore) - return ( { tablet_columns="1fr 5fr" mobile_columns="1fr" > - {is_eu_country && ( - - - - - {localize('Deriv (Europe) Limited')} - - - MGA - - - - - {localize('Deriv (Europe) Limited')} - - - - , - ]} - /> - - - {localize( - 'Clients in the European Union who wish to trade gambling products can have accounts under Deriv (Europe) Limited.', - )} - - - - )} -