diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index de8ace00..fd3f3e93 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -71,9 +71,9 @@ export default function Conversation() { }; return ( -
+
{queries.length > 0 && ( -
+
{queries.map((query, index) => { return (