Commit 2a5f94a 1 parent b728186 commit 2a5f94a Copy full SHA for 2a5f94a
File tree 2 files changed +1
-2
lines changed
account/src/Components/poi/idv-status/idv-submit-complete
cfd/src/Stores/Modules/CFD
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const IdvSubmitComplete = observer(
42
42
< Localize i18n_default_text = "We'll review your proof of identity again and will give you an update as soon as possible." />
43
43
) ;
44
44
return (
45
- < Localize i18n_default_text = 'Your proof of identity is under review.We’ll get back to you within 5 minutes.' />
45
+ < Localize i18n_default_text = 'Your proof of identity is under review. We’ll get back to you within 5 minutes.' />
46
46
) ;
47
47
} ;
48
48
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ export default class CFDStore extends BaseStore {
17
17
is_ctrader_transfer_modal_visible = false ;
18
18
is_jurisdiction_modal_visible = false ;
19
19
jurisdiction_selected_shortcode = '' ;
20
-
21
20
is_compare_accounts_visible = false ;
22
21
is_mt5_trade_modal_visible = false ;
23
22
product = '' ;
You can’t perform that action at this time.
0 commit comments