File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/state/dashboard/selectors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { isEnabled } from '@automattic/calypso-config';
22import { getCurrentUser } from 'calypso/state/current-user/selectors' ;
33import type { AppState } from 'calypso/types' ;
44
5- export const OLDEST_ELIGIBLE_USER = 275231967 ; // Cut-off on 22 December 2025
5+ // TODO: Update user ID when feature is rolled out to a limited audience.
6+ export const OLDEST_ELIGIBLE_USER = 275022156 ;
67
78export const isDashboardEnabled = ( state : AppState ) : boolean => {
89 if ( ! isEnabled ( 'dashboard/v2' ) ) {
Original file line number Diff line number Diff line change 3939 "cookie-banner" : true ,
4040 "current-site/domain-warning" : false ,
4141 "current-site/notice" : true ,
42- "dashboard/v2" : true ,
4342 "dashboard/v2/backport/site-overview" : true ,
4443 "domain-search-rewrite" : true ,
4544 "domain-transfer-redesign" : true ,
You can’t perform that action at this time.
0 commit comments