Push React Navigation Toolbar to beta users (#4264)

* Push new navigation toolbar to beta users

GitOrigin-RevId: d5f5a9f182488ca8a46520dfdf73fbdfa44350ab
This commit is contained in:
Miguel Serrano 2021-06-25 10:22:15 +02:00 committed by Copybot
parent 660af3e345
commit 145be4dba2

View file

@ -883,7 +883,7 @@ const ProjectController = {
logsUISubvariant: logsUIVariant.subvariant,
showNewNavigationUI: shouldDisplayFeature(
'new_navigation_ui',
user.alphaProgram
user.alphaProgram || user.betaProgram
),
showNewFileViewUI: shouldDisplayFeature(
'new_file_view',