From abe9020937c6190aefcd39f53fe6c1e9c7684564 Mon Sep 17 00:00:00 2001 From: hirad-deriv Date: Wed, 6 Dec 2023 12:05:08 +0800 Subject: [PATCH] chore: added the icon functionality to cTrader (#11865) --- packages/appstore/src/components/containers/trading-app-card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/appstore/src/components/containers/trading-app-card.tsx b/packages/appstore/src/components/containers/trading-app-card.tsx index 93165787a8e2..a5e823048361 100644 --- a/packages/appstore/src/components/containers/trading-app-card.tsx +++ b/packages/appstore/src/components/containers/trading-app-card.tsx @@ -113,6 +113,7 @@ const TradingAppCard = ({ window.open(getStaticUrl(`/dmt5`, {}, false, true)); else if (platform === CFD_PLATFORMS.MT5 && availability !== 'EU') window.open(getStaticUrl(`/dmt5`)); else if (platform === CFD_PLATFORMS.DXTRADE) window.open(getStaticUrl(`/derivx`)); + else if (platform === CFD_PLATFORMS.CTRADER) window.open(getStaticUrl(`/deriv-ctrader`)); else if (icon === 'Options' && !is_eu_user) window.open(getStaticUrl(`trade-types/options/digital-options/up-and-down/`)); else;