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:
committed by
Facebook GitHub Bot
parent
2c310690d1
commit
1b5b4e94f2
@@ -512,16 +512,14 @@ function TroubleshootMenu() {
|
||||
onClick={() => setIsDoctorVisible(true)}>
|
||||
<Badge dot={hasNewProblem}>Setup Doctor</Badge>
|
||||
</Menu.Item>
|
||||
{getRenderHostInstance().GK('flipper_connection_troubleshoot') && (
|
||||
<Menu.Item
|
||||
key="connectivity"
|
||||
onClick={() => {
|
||||
store.dispatch(setTopLevelSelection('connectivity'));
|
||||
store.dispatch(setStaticView(ConnectivityHub));
|
||||
}}>
|
||||
Troubleshoot Connectivity
|
||||
</Menu.Item>
|
||||
)}
|
||||
<Menu.Item
|
||||
key="connectivity"
|
||||
onClick={() => {
|
||||
store.dispatch(setTopLevelSelection('connectivity'));
|
||||
store.dispatch(setStaticView(ConnectivityHub));
|
||||
}}>
|
||||
Troubleshoot Connectivity
|
||||
</Menu.Item>
|
||||
<TroubleshootingGuide />
|
||||
|
||||
<Menu.Item
|
||||
|
||||
Reference in New Issue
Block a user