diff --git a/site/source/components/conversation/Conversation.tsx b/site/source/components/conversation/Conversation.tsx index 5f35b58dd..60ba8f0ca 100644 --- a/site/source/components/conversation/Conversation.tsx +++ b/site/source/components/conversation/Conversation.tsx @@ -129,7 +129,18 @@ export default function Conversation({ customEndMessages }: ConversationProps) { )} - + + {previousAnswers.length > 0 && ( + + + + )} + + + + )