Skip to content

Commit

Permalink
fix: correction affichage statut effectif (#3830)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gaucher <[email protected]>
  • Loading branch information
Pomarom and Pomarom authored Sep 24, 2024
1 parent 03689a9 commit faca427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const EffectifForm = memo(
requiredSifa={requiredSifaByBlock.statuts}
>
<VStack align="stretch" spacing={4} px={2} py={3}>
{parcours.length > 1 ? (
{parcours.length > 0 ? (
<>
<HStack justifyContent="space-between">
<Text fontSize={14}>Statut actuel</Text>
Expand Down

0 comments on commit faca427

Please sign in to comment.