diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 9fc770f..9a8f64b 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -42,7 +42,7 @@ export default function Conversation() { > ); })} - {messages.length === 0 && } + {messages.length === 0 && }