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
This commit is contained in:
Lorenzo Blasa
2023-07-28 05:34:45 -07:00
committed by Facebook GitHub Bot
parent 2c310690d1
commit 1b5b4e94f2

View File

@@ -512,7 +512,6 @@ function TroubleshootMenu() {
onClick={() => setIsDoctorVisible(true)}> onClick={() => setIsDoctorVisible(true)}>
<Badge dot={hasNewProblem}>Setup Doctor</Badge> <Badge dot={hasNewProblem}>Setup Doctor</Badge>
</Menu.Item> </Menu.Item>
{getRenderHostInstance().GK('flipper_connection_troubleshoot') && (
<Menu.Item <Menu.Item
key="connectivity" key="connectivity"
onClick={() => { onClick={() => {
@@ -521,7 +520,6 @@ function TroubleshootMenu() {
}}> }}>
Troubleshoot Connectivity Troubleshoot Connectivity
</Menu.Item> </Menu.Item>
)}
<TroubleshootingGuide /> <TroubleshootingGuide />
<Menu.Item <Menu.Item