diff --git a/desktop/app/src/sandy-chrome/appinspect/AppInspect.tsx b/desktop/app/src/sandy-chrome/appinspect/AppInspect.tsx index 77fe67268..00e0a3fae 100644 --- a/desktop/app/src/sandy-chrome/appinspect/AppInspect.tsx +++ b/desktop/app/src/sandy-chrome/appinspect/AppInspect.tsx @@ -8,9 +8,8 @@ */ import React from 'react'; -import {Alert, Input} from 'antd'; +import {Alert} from 'antd'; import {LeftSidebar, SidebarTitle, InfoIcon} from '../LeftSidebar'; -import {SettingOutlined} from '@ant-design/icons'; import {Layout, Link, styled} from '../../ui'; import {NUX, theme} from 'flipper-plugin'; import {AppSelector} from './AppSelector'; @@ -43,18 +42,14 @@ export function AppInspect() { - {isArchived ? ( - - ) : ( - - } defaultValue="mysite" /> - - )} + { + isArchived ? ( + + ) : null /* TODO: add bookmarks back T77016599 */ + } {!isArchived && (