Skip to content

Commit

Permalink
cherry-pick feat: Revert disable stx opt-in modal (#24845) into v11.1…
Browse files Browse the repository at this point in the history
…6.1 (#24848)

cherry-pick feat: Revert disable stx opt-in modal
abc0268 (#24845) into v11.16.1

no merge conflicts
  • Loading branch information
dbrans authored May 28, 2024
1 parent 3f270a0 commit e773dcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,10 +840,8 @@ export default class Home extends PureComponent {
!process.env.IN_TEST &&
!newNetworkAddedConfigurationId;

// TODO(dbrans): temporary fix to disable the smart transactions opt-in modal
// in 11.15 to unblock the release. Change this line in 11.16.
const showSmartTransactionsOptInModal =
false && canSeeModals && isSmartTransactionsOptInModalAvailable;
canSeeModals && isSmartTransactionsOptInModalAvailable;

const showWhatsNew =
canSeeModals &&
Expand Down

0 comments on commit e773dcd

Please sign in to comment.