Skip to content

Commit 73cf198

Browse files
committed
fix: fixed the badges for mt5_login_list status
1 parent 5868c6a commit 73cf198

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/appstore/src/components/cfds-listing/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const CFDsListing = observer(() => {
136136
switch (current_acc_status) {
137137
case 'proof_failed':
138138
case 'poa_failed':
139+
case 'poa_outdated':
139140
return MT5_ACCOUNT_STATUS.FAILED;
140141
case 'verification_pending':
141142
case 'poa_pending':

packages/shared/src/utils/constants/mt5-login-list-status.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const MT5_ACCOUNT_STATUS = {
99
PENDING: 'pending',
1010
POA_REQUIRED: 'poa_required',
1111
POA_PENDING: 'poa_pending',
12+
POA_OUTDATED: 'poa_outdated',
1213
POA_VERIFIED: 'poa_verified',
1314
UNDER_MAINTENANCE: 'under_maintenance',
1415
UNAVAILABLE: 'unavailable',

0 commit comments

Comments
 (0)