diff --git a/src/chrome/MainSidebar.tsx b/src/chrome/MainSidebar.tsx index 6bf1fd84b..84c988698 100644 --- a/src/chrome/MainSidebar.tsx +++ b/src/chrome/MainSidebar.tsx @@ -256,10 +256,6 @@ class MainSidebar extends PureComponent { numNotifications, } = this.props; let {clients, uninitializedClients} = this.props; - const showLithoForm = - GK.get('flipper_support_requests') && - selectedDevice && - selectedDevice.os === 'Android'; clients = clients .filter( (client: Client) => @@ -306,7 +302,7 @@ class MainSidebar extends PureComponent { )} - {showLithoForm && ( + {GK.get('flipper_support_requests') && ( setStaticView(SupportRequestForm)}>