diff --git a/desktop/flipper-ui-core/src/chrome/ConnectivityLogs.tsx b/desktop/flipper-ui-core/src/chrome/ConnectivityLogs.tsx index 5213eab30..bf7fd8588 100644 --- a/desktop/flipper-ui-core/src/chrome/ConnectivityLogs.tsx +++ b/desktop/flipper-ui-core/src/chrome/ConnectivityLogs.tsx @@ -7,7 +7,7 @@ * @format */ -import {Layout} from '../ui'; +import {Layout, Panel} from '../ui'; import React, {CSSProperties, useState} from 'react'; import { createDataSource, @@ -139,7 +139,9 @@ function Sidebar({selection}: {selection: undefined | ConnectionRecordEntry}) { return ( {selection != null ? ( - + + + ) : ( Select an entry to visualize details