feat: place le message simulation pré-remplie en 1er

feat/1633-ajout-recherche-entreprise-simulateurs-ter
Alice Dahan 2024-12-02 15:47:44 +01:00
parent 87e7c66036
commit 18ead504bf
1 changed files with 7 additions and 4 deletions

View File

@ -88,10 +88,6 @@ export default function Simulation({
)}
<Spacing md />
{!showQuestionsFromBeginning && !firstStepCompleted && (
<PreviousSimulationBanner />
)}
{afterQuestionsSlot}
{existingCompany && (
<Banner icon="✏">
<Trans>
@ -115,6 +111,13 @@ export default function Simulation({
</PopoverWithTrigger>
</Banner>
)}
{!showQuestionsFromBeginning && !firstStepCompleted && (
<PreviousSimulationBanner />
)}
{afterQuestionsSlot}
{firstStepCompleted && !hideDetails && (
<>
<ShareOrSaveSimulationBanner share print conseillersEntreprises />