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 && ( <>