File tree 2 files changed +3
-0
lines changed
appstore/src/components/cfds-listing
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ const CFDsListing = observer(() => {
86
86
is_populating_mt5_account_list,
87
87
real_account_creation_unlock_date,
88
88
ctrader_total_balance,
89
+ updateMT5AccountDetails,
89
90
} = client ;
90
91
const { setAppstorePlatform } = common ;
91
92
const { openDerivRealAccountNeededModal, setShouldShowCooldownModal } = ui ;
@@ -179,6 +180,7 @@ const CFDsListing = observer(() => {
179
180
setPerformanceValue ( 'switch_from_demo_to_real_time' ) ;
180
181
setPerformanceValue ( 'switch_from_real_to_demo_time' ) ;
181
182
}
183
+ updateMT5AccountDetails ( ) ;
182
184
} , [ is_landing_company_loaded , is_populating_mt5_account_list ] ) ;
183
185
184
186
return (
Original file line number Diff line number Diff line change @@ -1175,6 +1175,7 @@ type TTradersHubStore = {
1175
1175
setIsSetupRealAccountOrGoToDemoModalVisible : ( value : boolean ) => void ;
1176
1176
selected_jurisdiction_kyc_status : Record < string , string > ;
1177
1177
setSelectedJurisdictionKYCStatus : ( value : Record < string , string > ) => void ;
1178
+ getDefaultJurisdiction : ( ) => string ;
1178
1179
} ;
1179
1180
1180
1181
type TContractReplay = {
You can’t perform that action at this time.
0 commit comments