Remove survey banner
Summary: ^ Not removing the component, yet, as we may re-introduce the survey once we officially release on iOS. Reviewed By: antonk52 Differential Revision: D42499399 fbshipit-source-id: 596ebda7acf39c0b8377bbd3a1a8f4dfa81e59a4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f007da93d3
commit
49403df95f
@@ -24,7 +24,6 @@ import {useKeyboardModifiers} from '../hooks/useKeyboardModifiers';
|
||||
import {Inspector} from './sidebar/Inspector';
|
||||
import {Controls} from './Controls';
|
||||
import {Spin} from 'antd';
|
||||
import FeedbackRequest from './fb-stubs/feedback';
|
||||
import {Tree2} from './Tree';
|
||||
|
||||
export function Component() {
|
||||
@@ -47,7 +46,6 @@ export function Component() {
|
||||
if (rootId) {
|
||||
return (
|
||||
<Layout.Container grow padh="small" padv="medium">
|
||||
<FeedbackRequest />
|
||||
<Controls />
|
||||
<Layout.Horizontal grow pad="small" gap="small">
|
||||
<Layout.Container grow gap="small">
|
||||
|
||||
Reference in New Issue
Block a user