Skip to content

Commit

Permalink
fix: types in MT5
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed Oct 23, 2024
1 parent b52104f commit 8f7ee75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/account/src/Configs/get-status-badge-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { Link } from 'react-router-dom';

const getStatusBadgeConfig = (
mt5_account_status: TMT5AccountStatus,
openFailedVerificationModal?: (selected_account_type: any) => void,
selected_account_type?: any,
openFailedVerificationModal?: (selected_account_type: Record<string, unknown>) => void,
selected_account_type?: Record<string, unknown>,
setIsVerificationModalVisible?: (value: boolean) => void,
user_account_status?: { poi_status: TAuthStatusCodes; poa_status: TAuthStatusCodes }
) => {
Expand Down

0 comments on commit 8f7ee75

Please sign in to comment.