Skip to content

Commit

Permalink
chore: remove extra ui mocked prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-deriv committed Dec 11, 2023
1 parent 3cf4c4b commit 0af3108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/stores/src/mockStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ const mock = (): TStores & { is_mock: boolean } => {
setAppContentsScrollRef: jest.fn(),
shouldNavigateAfterChooseCrypto: jest.fn(),
simple_duration_unit: 't',
should_show_multipliers_onboarding: false,
toggleHistoryTab: jest.fn(),
toggleLanguageSettingsModal: jest.fn(),
togglePositionsDrawer: jest.fn(),
Expand Down
1 change: 0 additions & 1 deletion packages/stores/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ type TUiStore = {
is_ready_to_deposit_modal_visible: boolean;
reports_route_tab_index: number;
should_show_cancellation_warning: boolean;
should_show_multipliers_onboarding: boolean;
toggleCancellationWarning: (state_change?: boolean) => void;
toggleUnsupportedContractModal: (state_change: boolean) => void;
toggleReports: (is_visible: boolean) => void;
Expand Down

0 comments on commit 0af3108

Please sign in to comment.