From fa2845d86de2fb74273d5308c065120727ce97e5 Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Thu, 26 Oct 2023 05:24:30 -0700 Subject: [PATCH] Use text for tab headings Summary: Use text for tab headings Reviewed By: lblasa Differential Revision: D50595976 fbshipit-source-id: c062bb984ef83d76761e1deb9f24ec095099bd98 --- .../components/sidebarV2/SidebarV2.tsx | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/desktop/plugins/public/ui-debugger/components/sidebarV2/SidebarV2.tsx b/desktop/plugins/public/ui-debugger/components/sidebarV2/SidebarV2.tsx index c65877e82..b978aaf0d 100644 --- a/desktop/plugins/public/ui-debugger/components/sidebarV2/SidebarV2.tsx +++ b/desktop/plugins/public/ui-debugger/components/sidebarV2/SidebarV2.tsx @@ -15,9 +15,6 @@ import {NoData} from '../sidebar/inspector/NoData'; import {Tooltip} from 'antd'; import {AttributesInspector} from './AttributesInspector'; import {FrameworkEventsInspector} from '../sidebar/inspector/FrameworkEventsInspector'; -import {theme} from 'flipper-plugin'; -// eslint-disable-next-line rulesdir/no-restricted-imports-clone -import {Glyph} from 'flipper'; type Props = { selectedNode?: ClientNode; @@ -43,14 +40,7 @@ export function SidebarV2({selectedNode, metadata, showBottomPanel}: Props) { grow centered key={selectedNode.id}> - - - - - - }> + Attributes}> {selectedFrameworkEvents?.length > 0 && ( @@ -58,13 +48,7 @@ export function SidebarV2({selectedNode, metadata, showBottomPanel}: Props) { key={'events'} tab={ - - - + Events }>