Skip to content

Commit

Permalink
fix: fixed ts error for <OrderedPlatformSections/> props (deriv-com#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv authored Nov 20, 2023
1 parent ba64946 commit af73e23
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 @@ -62,7 +62,7 @@ const TradersHub = observer(() => {
};
if (!is_logged_in) return null;

const OrderedPlatformSections = (is_cfd_visible = true, is_options_and_multipliers_visible = true) => {
const OrderedPlatformSections = ({ is_cfd_visible = true, is_options_and_multipliers_visible = true }) => {
return (
<div
data-testid='dt_traders_hub'
Expand Down

0 comments on commit af73e23

Please sign in to comment.