From 18ead504bf6c9986f91b60c6b881f1abc1c82a1c Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Mon, 2 Dec 2024 15:47:44 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20place=20le=20message=20simulation=20pr?= =?UTF-8?q?=C3=A9-remplie=20en=201er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/components/Simulation/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/site/source/components/Simulation/index.tsx b/site/source/components/Simulation/index.tsx index d2678263d..97bfdbe2a 100644 --- a/site/source/components/Simulation/index.tsx +++ b/site/source/components/Simulation/index.tsx @@ -88,10 +88,6 @@ export default function Simulation({ )} - {!showQuestionsFromBeginning && !firstStepCompleted && ( - - )} - {afterQuestionsSlot} {existingCompany && ( @@ -115,6 +111,13 @@ export default function Simulation({ )} + + {!showQuestionsFromBeginning && !firstStepCompleted && ( + + )} + + {afterQuestionsSlot} + {firstStepCompleted && !hideDetails && ( <>