From 90856f27620300a6007394b1de8b5e08ede3a0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Tue, 18 Jan 2022 18:15:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=F0=9F=9A=91=F0=9F=A4=A9=20Ajout=20?= =?UTF-8?q?du=20bouton=20pr=C3=A9c=C3=A9dent=20=C3=A0=20la=20fin=20des=20s?= =?UTF-8?q?imulateurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #1664 --- .../source/components/conversation/Conversation.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 && ( + + + + )} + + + + )