Skip to content

Commit

Permalink
Merge branch 'v3-master' into montee-version-lunatic-dsfr
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 authored Nov 28, 2024
2 parents 906ebf0 + ec00d2b commit 65b3bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@codegouvfr/react-dsfr": "^0.78.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@inseefr/lunatic": "2.6.13",
"@inseefr/lunatic": "2.6.14",
"@inseefr/lunatic-dsfr": "1.0.22",
"@mui/material": "^5.11.8",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
6 changes: 3 additions & 3 deletions src/components/Welcome/WelcomeQuestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function WelcomeQuestions(props: { welcome: WelcomeType }) {
</Accordion>
)
)}
<Accordion label="Quel est le cadre légal de l'enquête?">
<Accordion label="Quel est le cadre légal de l'enquête&nbsp;?">
<p>
Vu l'avis favorable du Conseil national de l'information statistique,
cette enquête{caracteristiqueEnquete}, en application de{' '}
Expand All @@ -60,9 +60,9 @@ export function WelcomeQuestions(props: { welcome: WelcomeType }) {
Visa n°{props.welcome.Enq_NumeroVisa} du Ministre{' '}
{props.welcome.Enq_MinistereTutelle}, valable pour{' '}
{props.welcome.Enq_AnneeVisa}
{props.welcome.Enq_ParutionJo
{props.welcome.Enq_ParutionJo !== undefined && (props.welcome.Enq_ParutionJo
? ` - Arrêté en date du ${props.welcome.Enq_DateParutionJo}`
: '- Arrêté en cours de parution'}
: '- Arrêté en cours de parution')}
.
</p>
<p>
Expand Down

0 comments on commit 65b3bc9

Please sign in to comment.