diff --git a/site/source/pages/simulateurs/artiste-auteur/ArtisteAuteur.tsx b/site/source/pages/simulateurs/artiste-auteur/ArtisteAuteur.tsx index ec77d5389..ea82e6771 100644 --- a/site/source/pages/simulateurs/artiste-auteur/ArtisteAuteur.tsx +++ b/site/source/pages/simulateurs/artiste-auteur/ArtisteAuteur.tsx @@ -4,6 +4,7 @@ import { useLocation } from 'react-router-dom' import { Condition } from '@/components/EngineValue/Condition' import PeriodSwitch from '@/components/PeriodSwitch' +import { SelectSimulationYear } from '@/components/SelectSimulationYear' import SimulateurWarning from '@/components/SimulateurWarning' import Simulation, { SimulationGoal, @@ -23,7 +24,10 @@ export default function ArtisteAuteur() { return ( <> - }> + } + afterQuestionsSlot={} + > - }> + } + afterQuestionsSlot={} + > diff --git a/site/source/pages/simulateurs/sasu/SASU.tsx b/site/source/pages/simulateurs/sasu/SASU.tsx index b8465b2a4..a87db6903 100644 --- a/site/source/pages/simulateurs/sasu/SASU.tsx +++ b/site/source/pages/simulateurs/sasu/SASU.tsx @@ -2,6 +2,7 @@ import { Trans } from 'react-i18next' import PeriodSwitch from '@/components/PeriodSwitch' import RuleLink from '@/components/RuleLink' +import { SelectSimulationYear } from '@/components/SelectSimulationYear' import SimulateurWarning from '@/components/SimulateurWarning' import Simulation, { SimulationGoal, @@ -14,7 +15,10 @@ import { Body } from '@/design-system/typography/paragraphs' export function SASUSimulation() { return ( <> - }> + } + afterQuestionsSlot={} + > }