Remove feedback request
Summary: It has served its purpose, remove. Reviewed By: LukeDefeo Differential Revision: D43769239 fbshipit-source-id: 36fb575b15fe9d092c7728a56b735ff98ff78608
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0c442bf4b1
commit
4d5bf8084b
@@ -25,7 +25,6 @@ import {Inspector} from './sidebar/Inspector';
|
|||||||
import {Controls} from './Controls';
|
import {Controls} from './Controls';
|
||||||
import {Spin} from 'antd';
|
import {Spin} from 'antd';
|
||||||
import {QueryClientProvider} from 'react-query';
|
import {QueryClientProvider} from 'react-query';
|
||||||
import FeedbackRequest from './fb-stubs/feedback';
|
|
||||||
import {Tree2} from './Tree';
|
import {Tree2} from './Tree';
|
||||||
|
|
||||||
export function Component() {
|
export function Component() {
|
||||||
@@ -47,7 +46,6 @@ export function Component() {
|
|||||||
return (
|
return (
|
||||||
<QueryClientProvider client={instance.queryClient}>
|
<QueryClientProvider client={instance.queryClient}>
|
||||||
<Layout.Container grow padh="small" padv="medium">
|
<Layout.Container grow padh="small" padv="medium">
|
||||||
{instance.device === 'iOS' ? <FeedbackRequest /> : null}
|
|
||||||
<Controls />
|
<Controls />
|
||||||
<Layout.Horizontal grow pad="small">
|
<Layout.Horizontal grow pad="small">
|
||||||
<Tree2 nodes={nodes} rootId={rootId} />
|
<Tree2 nodes={nodes} rootId={rootId} />
|
||||||
|
|||||||
Reference in New Issue
Block a user