Skip to content

Commit 2a5f94a

Browse files
committed
fix: resolved comments1
1 parent b728186 commit 2a5f94a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/account/src/Components/poi/idv-status/idv-submit-complete/idv-submit-complete.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const IdvSubmitComplete = observer(
4242
<Localize i18n_default_text="We'll review your proof of identity again and will give you an update as soon as possible." />
4343
);
4444
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.' />
4646
);
4747
};
4848

packages/cfd/src/Stores/Modules/CFD/cfd-store.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export default class CFDStore extends BaseStore {
1717
is_ctrader_transfer_modal_visible = false;
1818
is_jurisdiction_modal_visible = false;
1919
jurisdiction_selected_shortcode = '';
20-
2120
is_compare_accounts_visible = false;
2221
is_mt5_trade_modal_visible = false;
2322
product = '';

0 commit comments

Comments
 (0)