Skip to content

Commit

Permalink
fix: resolve alerting whem double non sens - Ref gestion-de-projet#2204
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Aug 10, 2023
1 parent c7ed91a commit f325917
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ const SupportedForm: React.FC<SupportedFormProps> = (props) => {
</Grid>

<Grid className={classes.formContainer}>
<>{console.log('salut', error)}</>
{error === Error.EMPTY_DURATION_ERROR && (
<Alert severity="error">
Merci de renseigner au moins une <b>durée de prise en charge</b> avec une valeur supérieure à zéro.
Expand Down

0 comments on commit f325917

Please sign in to comment.