Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Remove survey banner
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lblasa authored and facebook-github-bot committed Jan 13, 2023
1 parent f007da9 commit 49403df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions desktop/plugins/public/ui-debugger/components/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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">
Expand Down

0 comments on commit 49403df

Please sign in to comment.