Enable the React "file view" UI for users in the alpha program (#4199)

GitOrigin-RevId: 39695c112e8b50334eef94aaaecdec7f87387483
This commit is contained in:
Alf Eaton 2021-06-16 10:32:20 +01:00 committed by Copybot
parent 28fafffef3
commit 9d2edb0c45

View file

@ -886,7 +886,10 @@ const ProjectController = {
'new_navigation_ui',
user.alphaProgram
),
showNewFileViewUI: shouldDisplayFeature('new_file_view'),
showNewFileViewUI: shouldDisplayFeature(
'new_file_view',
user.alphaProgram
),
showSymbolPalette: shouldDisplayFeature(
'symbol_palette',
user.alphaProgram