We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1739740 commit c3e6b21Copy full SHA for c3e6b21
client/state/dashboard/selectors/is-dashboard-enabled.ts
@@ -2,8 +2,7 @@ import { isEnabled } from '@automattic/calypso-config';
2
import { getCurrentUser } from 'calypso/state/current-user/selectors';
3
import type { AppState } from 'calypso/types';
4
5
-// TODO: Update user ID when feature is rolled out to a limited audience.
6
-export const OLDEST_ELIGIBLE_USER = 275022156;
+export const OLDEST_ELIGIBLE_USER = 275231967; // Cut-off on 22 December 2025
7
8
export const isDashboardEnabled = ( state: AppState ): boolean => {
9
if ( ! isEnabled( 'dashboard/v2' ) ) {
0 commit comments