diff --git a/client/src/pages/AdminCalendrier.tsx b/client/src/pages/AdminCalendrier.tsx index f04f797..c86b1a9 100644 --- a/client/src/pages/AdminCalendrier.tsx +++ b/client/src/pages/AdminCalendrier.tsx @@ -246,16 +246,20 @@ export default function AdminCalendrier() { )} - {selectedSequence.datesFormation && selectedSequence.datesFormation.length > 0 && ( + {selectedSequence.dates && selectedSequence.dates.length > 0 && (
Dates de formation