mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
fix: application des recommandations linter es pour générer un build de prod
This commit is contained in:
@ -14,7 +14,7 @@ export default function EventModal({ isOpen, onClose, eventData, setEventData })
|
||||
color: schedules[0].color
|
||||
}));
|
||||
}
|
||||
}, [schedules, eventData.scheduleId]);
|
||||
}, [schedules, eventData.scheduleId,setEventData]);
|
||||
|
||||
if (!isOpen) return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user