Skip to content

Commit 1739740

Browse files
committed
Revert "MSD: Launch the opt-in period for existing users"
This reverts commit e52d441.
1 parent e52d441 commit 1739740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { isEnabled } from '@automattic/calypso-config';
22
import { getCurrentUser } from 'calypso/state/current-user/selectors';
33
import 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

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

config/production.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
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,

0 commit comments

Comments
 (0)