feat: place le message simulation pré-remplie en 1er
parent
87e7c66036
commit
18ead504bf
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue