Skip to content

Commit c91fc7d

Browse files
authored
feat(wallets): enhance WalletsBannerUnsuccessful to handle EU wallet migration (deriv-com#17812)
1 parent 87e095c commit c91fc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/appstore/src/components/modals/modal-manager.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const ModalManager = () => {
302302
is_eu &&
303303
(is_virtual || !is_trading_experience_incomplete) &&
304304
!should_show_assessment_complete_modal &&
305-
is_eligible;
305+
(is_eligible || is_real_wallets_upgrade_on);
306306

307307
return (
308308
<React.Fragment>

0 commit comments

Comments
 (0)