From d4668b6691c177528ffbef4e8638b1c0465c64da Mon Sep 17 00:00:00 2001 From: Sean Ho Date: Fri, 25 Feb 2022 09:56:17 +0800 Subject: [PATCH] fix: missing options tab in synthetics market page --- src/pages/markets/components/markets/_synthetic-indices.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/markets/components/markets/_synthetic-indices.js b/src/pages/markets/components/markets/_synthetic-indices.js index 0579e898fa6..9fbd2223106 100644 --- a/src/pages/markets/components/markets/_synthetic-indices.js +++ b/src/pages/markets/components/markets/_synthetic-indices.js @@ -17,7 +17,7 @@ const OtherMarkets = Loadable(() => import('../sections/_other-markets.js')) import { getCountryRule } from 'components/containers/visibility' const StockIndices = ({ simple_step_content }) => { - const { is_eu, is_not_eu, is_uk } = getCountryRule() + const { is_eu, is_non_eu, is_uk } = getCountryRule() if (is_uk) { navigate('/404/') @@ -41,7 +41,7 @@ const StockIndices = ({ simple_step_content }) => { } DigitalOptions={ - is_not_eu && ( + is_non_eu && (