Skip to content

Commit

Permalink
fix: duplicate_types (#9691)
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv authored Aug 15, 2023
1 parent 3133e6f commit ea0d9cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('CFDsListing', () => {
is_real: true,
can_get_more_cfd_mt5_accounts: true,
no_MF_account: true,
is_demo_low_risk: true,
},
client: {
is_landing_company_loaded: true,
Expand Down
1 change: 0 additions & 1 deletion packages/stores/src/mockStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ const mock = (): TStores & { is_mock: boolean } => {
getAccount: jest.fn(),
toggleAccountTypeModalVisibility: jest.fn(),
can_get_more_cfd_mt5_accounts: false,
is_demo_low_risk: true,
showTopUpModal: jest.fn(),
},
menu: {
Expand Down
1 change: 0 additions & 1 deletion packages/stores/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ type TTradersHubStore = {
getAccount: () => void;
toggleAccountTypeModalVisibility: () => void;
can_get_more_cfd_mt5_accounts: boolean;
is_demo_low_risk: boolean;
showTopUpModal: () => void;
};

Expand Down

1 comment on commit ea0d9cc

@vercel
Copy link

@vercel vercel bot commented on ea0d9cc Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

binary.sx
deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.