From 547281cfe38c7131668cb72e3044c88fc3d35e66 Mon Sep 17 00:00:00 2001 From: julialeex Date: Fri, 7 Feb 2025 10:54:16 -0800 Subject: [PATCH] fix bugs --- vscode/webviews/chat/cells/agenticCell/AgenticContextCell.tsx | 2 +- vscode/webviews/tabs/HistoryTab.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/webviews/chat/cells/agenticCell/AgenticContextCell.tsx b/vscode/webviews/chat/cells/agenticCell/AgenticContextCell.tsx index 14c8ac15db13..8b61fac36c22 100644 --- a/vscode/webviews/chat/cells/agenticCell/AgenticContextCell.tsx +++ b/vscode/webviews/chat/cells/agenticCell/AgenticContextCell.tsx @@ -37,7 +37,7 @@ export const AgenticContextCell: FunctionComponent<{ const statusClassName = hasError ? 'tw-text-yellow-600' : 'tw-text-muted-foreground' return ( -
+
= props => { ) return ( -
+
{chats === undefined ? ( ) : chats === null ? ( @@ -104,7 +104,7 @@ export const HistoryTabWithData: React.FC<
setSearchText(event.target.value)}