From 2c310690d150bea38fd03dcd2114166d75d87424 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Fri, 28 Jul 2023 05:34:45 -0700 Subject: [PATCH] Remove sidebar title Summary: ^ Reviewed By: antonk52 Differential Revision: D47868788 fbshipit-source-id: 0e8c4a224140d9c8f1ff91ce282112919ad650bd --- desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx b/desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx index d6253aa44..4f345f3c9 100644 --- a/desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx +++ b/desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx @@ -141,17 +141,10 @@ const Placeholder = styled(Layout.Container)({ }); function Sidebar({selection}: {selection: undefined | ConnectionRecordEntry}) { - const renderExtra = (extra: any) => ( - <> -

Details

- - - ); - return ( {selection != null ? ( - renderExtra(selection) + ) : ( Select an entry to visualize details