No update checkes

Summary: No need to check for updates on Electron builds.

Reviewed By: antonk52

Differential Revision: D49821903

fbshipit-source-id: d836e4254bbe793921bb4a627220fee961c1c402
This commit is contained in:
Lorenzo Blasa
2023-10-02 05:06:03 -07:00
committed by Facebook GitHub Bot
parent df8a68b7f1
commit 58fe45fc23
2 changed files with 8 additions and 3 deletions

View File

@@ -103,8 +103,8 @@ export const Navbar = withTrackingScope(function Navbar() {
<TroubleshootMenu />
<ExtrasMenu />
<RightSidebarToggleButton />
<UpdateIndicator />
{getRenderHostInstance().serverConfig.environmentInfo
.isHeadlessBuild && <UpdateIndicator />}
</Layout.Horizontal>
</Layout.Horizontal>
);