mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Push React Navigation Toolbar to beta users (#4264)
* Push new navigation toolbar to beta users GitOrigin-RevId: d5f5a9f182488ca8a46520dfdf73fbdfa44350ab
This commit is contained in:
parent
660af3e345
commit
145be4dba2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue