Skip to content

Commit

Permalink
chore: revert back to previous file
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv committed Jun 9, 2023
1 parent 0e3b81b commit 561192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/appstore/src/modules/traders-hub/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,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 561192f

Please sign in to comment.