diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx index 7fdc598ec..ae91cfa9d 100644 --- a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx @@ -94,7 +94,7 @@ const SystemMonitor = () => {
{ const isGeneratingResponse = useAtomValue(isGeneratingResponseAtom) + const showSystemMonitorPanel = useAtomValue(showSystemMonitorPanelAtom) + return (
{
)} -
+
{activeThread ? (