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:
committed by
Facebook GitHub Bot
parent
df8a68b7f1
commit
58fe45fc23
@@ -103,8 +103,8 @@ export const Navbar = withTrackingScope(function Navbar() {
|
||||
<TroubleshootMenu />
|
||||
<ExtrasMenu />
|
||||
<RightSidebarToggleButton />
|
||||
|
||||
<UpdateIndicator />
|
||||
{getRenderHostInstance().serverConfig.environmentInfo
|
||||
.isHeadlessBuild && <UpdateIndicator />}
|
||||
</Layout.Horizontal>
|
||||
</Layout.Horizontal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user