We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e095c commit c91fc7dCopy full SHA for c91fc7d
packages/appstore/src/components/modals/modal-manager.tsx
@@ -302,7 +302,7 @@ const ModalManager = () => {
302
is_eu &&
303
(is_virtual || !is_trading_experience_incomplete) &&
304
!should_show_assessment_complete_modal &&
305
- is_eligible;
+ (is_eligible || is_real_wallets_upgrade_on);
306
307
return (
308
<React.Fragment>
0 commit comments