Merge pull request #3990 from overleaf/hb-gh-react-beta

Roll out GitHub Sync React Port to Beta

GitOrigin-RevId: f383c920b5e4ab6c1949013bf588d3afd83b643d
This commit is contained in:
Hugh O'Brien 2021-05-25 14:24:28 +01:00 committed by Copybot
parent cc8a96d508
commit 08f5e73d8f

View file

@ -891,7 +891,7 @@ const ProjectController = {
),
showReactGithubSync: shouldDisplayFeature(
'new_github_sync_ui',
user.alphaProgram
user.betaProgram || user.alphaProgram
),
showNewBinaryFileUI: shouldDisplayFeature('new_binary_file'),
showSymbolPalette: shouldDisplayFeature('symbol_palette'),