Skip to content

Commit

Permalink
Add reader/force-onboarding flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyReagan committed Dec 5, 2024
1 parent 6a74c11 commit 76384bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/reader/onboarding/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { recordTracksEvent } from '@automattic/calypso-analytics';
import { isEnabled } from '@automattic/calypso-config';
import { CircularProgressBar } from '@automattic/components';
import { Checklist, ChecklistItem, Task } from '@automattic/launchpad';
import { translate } from 'i18n-calypso';
Expand Down Expand Up @@ -38,6 +39,7 @@ const ReaderOnboarding = ( {

const shouldShowOnboarding =
forceShow ||
isEnabled( 'reader/force-onboarding' ) ||
( preferencesLoaded &&
! hasCompletedOnboarding &&
userRegistrationDate &&
Expand Down

0 comments on commit 76384bd

Please sign in to comment.