diff --git a/site/source/pages/assistants/choix-du-statut/associé.tsx b/site/source/pages/assistants/choix-du-statut/associé.tsx index 5803c7dea..ee737db4f 100644 --- a/site/source/pages/assistants/choix-du-statut/associé.tsx +++ b/site/source/pages/assistants/choix-du-statut/associé.tsx @@ -246,10 +246,6 @@ function useAssociésSelection(): [ newState.question2 === 'oui' || newState.question3 === 'oui' ? 'non' : undefined, - 'entreprise . catégorie juridique . SARL . EURL': - newState.question2 === 'non' && newState.question3 === 'non' - ? 'non' - : undefined, }) ) } diff --git a/site/source/pages/assistants/choix-du-statut/comparateur.tsx b/site/source/pages/assistants/choix-du-statut/comparateur.tsx index e3d4d380c..5e8680074 100644 --- a/site/source/pages/assistants/choix-du-statut/comparateur.tsx +++ b/site/source/pages/assistants/choix-du-statut/comparateur.tsx @@ -107,7 +107,7 @@ function useStatutComparaison(): EngineComparison { return namedEngines } -const SASUEIAE: StatutType[] = ['SASU', 'EI', 'AE'] +const SASUEIAE: StatutType[] = ['SASU', 'EURL', 'EI', 'AE'] const SASUEURL: StatutType[] = ['SASU', 'EURL'] const SASSARL: StatutType[] = ['SAS', 'SARL'] function usePossibleStatuts(): Array {