diff --git a/src/chrome/MainSidebar.tsx b/src/chrome/MainSidebar.tsx index 8a93d5c87..66a671e17 100644 --- a/src/chrome/MainSidebar.tsx +++ b/src/chrome/MainSidebar.tsx @@ -261,7 +261,7 @@ type State = { }; class MainSidebar extends PureComponent { state: State = { - showSupportForm: GK.get('flipper_support_requests'), + showSupportForm: GK.get('support_requests_v2'), showAllPlugins: false, }; static getDerivedStateFromProps(props: Props, state: State) { @@ -408,14 +408,11 @@ class MainSidebar extends PureComponent { )} {this.state.showSupportForm && (function() { - const supportRequestFormImpl = GK.get('support_requests_v2') - ? SupportRequestFormV2 - : SupportRequestFormManager; - const active = staticView && staticView === supportRequestFormImpl; + const active = staticView && staticView === SupportRequestFormV2; return ( setStaticView(supportRequestFormImpl)}> + onClick={() => setStaticView(SupportRequestFormV2)}>