Skip to content

Commit

Permalink
Merge pull request #41 from suisin-deriv/suisin/DIEL_flow_change
Browse files Browse the repository at this point in the history
Suisin/diel flow change
  • Loading branch information
shaheer-deriv committed Jun 9, 2023
2 parents 399e009 + 561192f commit fa5120d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/appstore/src/modules/traders-hub/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { Localize } from '@deriv/translations';
import classNames from 'classnames';

import './traders-hub.scss';
import { set } from 'mobx';

const TradersHub = () => {
const { traders_hub, client, ui } = useStores();
Expand Down Expand Up @@ -154,8 +153,8 @@ const TradersHub = () => {
) : (
<ButtonToggleLoader />
)}
{selected_platform_type === 'cfd' && <CFDsListing />}
{selected_platform_type === 'options' && <OptionsAndMultipliersListing />}
{selected_platform_type === 'cfd' && <CFDsListing />}
</MobileWrapper>
<ModalManager />
{scrolled && <TourGuide />}
Expand Down

0 comments on commit fa5120d

Please sign in to comment.