From d03b9775b506c715fdf96aa907da1c7b5d3ee5e2 Mon Sep 17 00:00:00 2001 From: tofarr Date: Fri, 21 Feb 2025 11:44:38 +0000 Subject: [PATCH] Fix jumpy conversation panel (#6874) --- .../features/conversation-panel/conversation-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/features/conversation-panel/conversation-panel.tsx b/frontend/src/components/features/conversation-panel/conversation-panel.tsx index 5aeb69d7d318..d4096c5dfaac 100644 --- a/frontend/src/components/features/conversation-panel/conversation-panel.tsx +++ b/frontend/src/components/features/conversation-panel/conversation-panel.tsx @@ -73,9 +73,9 @@ export function ConversationPanel({ onClose }: ConversationPanelProps) {
-
+
{isFetching && }
{error && (