From 543a0e53ac4cd135ea443036eb7d3dff0e425bfc Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 9 Nov 2020 07:11:14 -0800 Subject: [PATCH] Temporarily remove bookmarks section Summary: This removes the mocked bookmarks section (which is being reimplemented in D24620250), so that early adopter don't see a non-working piece of UI Reviewed By: passy Differential Revision: D24827181 fbshipit-source-id: 9759f069bdbcc1efe3f1ecb56954ee539bbca1f0 --- .../sandy-chrome/appinspect/AppInspect.tsx | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) 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 && (