diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index 79bcef8..7a57143 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -57,11 +57,6 @@ export function Chat({ agentState, messages }: ChatProps) { - {messages.length > 0 && ( - - {messages.length} - - )}