From 1b5b4e94f21f5914a2c82019cb6c4b12671a2c41 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Fri, 28 Jul 2023 05:34:45 -0700 Subject: [PATCH] Remove GK Summary: The intention was to fine tune everything, internally, before making it available. Because we can immediately benefit from having it, for troubleshooting, then remove the GK Reviewed By: LukeDefeo, antonk52 Differential Revision: D47868827 fbshipit-source-id: 4d6356081a4abeea8912f20aad065523e7183da8 --- .../src/sandy-chrome/Navbar.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx index 992b331c4..be630918a 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx @@ -512,16 +512,14 @@ function TroubleshootMenu() { onClick={() => setIsDoctorVisible(true)}> Setup Doctor - {getRenderHostInstance().GK('flipper_connection_troubleshoot') && ( - { - store.dispatch(setTopLevelSelection('connectivity')); - store.dispatch(setStaticView(ConnectivityHub)); - }}> - Troubleshoot Connectivity - - )} + { + store.dispatch(setTopLevelSelection('connectivity')); + store.dispatch(setStaticView(ConnectivityHub)); + }}> + Troubleshoot Connectivity +