mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29802 from overleaf/dp-revert-beta
Remove hack to give beta users access to the editor redesign GitOrigin-RevId: 40c5c2db9033dfb6569d655275e280ce29b898e2
This commit is contained in:
@@ -42,12 +42,7 @@ export const isSplitTestUser = () => {
|
||||
}
|
||||
|
||||
export const canUseNewEditorAsExistingUser = () => {
|
||||
const isBetaUser = getMeta('ol-user').betaProgram
|
||||
|
||||
return (
|
||||
!canUseNewEditorAsNewUser() &&
|
||||
(isSplitTestEnabled('editor-redesign') || isBetaUser)
|
||||
)
|
||||
return !canUseNewEditorAsNewUser() && isSplitTestEnabled('editor-redesign')
|
||||
}
|
||||
|
||||
export const canUseNewEditorAsNewUser = () => {
|
||||
|
||||
Reference in New Issue
Block a user