Skip to content

Commit

Permalink
Hide FollowingIntro when reader onboarding flag is on. (#95262)
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine authored Oct 9, 2024
1 parent 5b44a50 commit 4ac4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/reader/following/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function FollowingStream( { ...props } ) {
'reader-dual-column': props.width > WIDE_DISPLAY_CUTOFF,
} ) }
/>
<FollowingIntro />
{ ! config.isEnabled( 'reader/onboarding' ) && <FollowingIntro /> }
{ config.isEnabled( 'reader/onboarding' ) && <ReaderOnboarding /> }
</Stream>
<AsyncLoad require="calypso/lib/analytics/track-resurrections" placeholder={ null } />
Expand Down

0 comments on commit 4ac4200

Please sign in to comment.