Skip to content

Commit

Permalink
feat: wording (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 authored Nov 13, 2023
1 parent 7037bc5 commit 9a34f5a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ export const CongesMaterniteForm = () => {
<FormProvider {...methods}>
<form onSubmit={handleSubmit(onSubmit)} noValidate>
<ClientAnimate>
<RadioOuiNon
legend="L'indicateur sur l'écart de taux d'augmentations individuelles est-il calculable ?"
name="estCalculable"
/>
<RadioOuiNon legend="L'indicateur est-il calculable ?" name="estCalculable" />

<ClientOnly fallback={<SkeletonForm fields={2} />}>
{estCalculable && (
Expand Down

0 comments on commit 9a34f5a

Please sign in to comment.