Skip to content

Commit c3e6b21

Browse files
committed
Revert the cutoff revert
1 parent 1739740 commit c3e6b21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/state/dashboard/selectors/is-dashboard-enabled.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { isEnabled } from '@automattic/calypso-config';
22
import { getCurrentUser } from 'calypso/state/current-user/selectors';
33
import type { AppState } from 'calypso/types';
44

5-
// TODO: Update user ID when feature is rolled out to a limited audience.
6-
export const OLDEST_ELIGIBLE_USER = 275022156;
5+
export const OLDEST_ELIGIBLE_USER = 275231967; // Cut-off on 22 December 2025
76

87
export const isDashboardEnabled = ( state: AppState ): boolean => {
98
if ( ! isEnabled( 'dashboard/v2' ) ) {

0 commit comments

Comments
 (0)