Remove unused props from ProjectSchedulePane

This commit is contained in:
2026-04-15 05:56:51 +02:00
parent 5888a42713
commit 77f911e5f8

View File

@@ -200,7 +200,6 @@ function getRoutineSummary(
sequences: ProjectSequenceLibrary
): string {
const summaryParts = [
formatProjectScheduleDaySelection(routine.days),
`${formatTimeOfDayHours(routine.startHour)}-${formatTimeOfDayHours(routine.endHour)}`
];
const heldSteps = getProjectScheduleRoutineHeldSteps(routine, sequences);
@@ -332,7 +331,6 @@ export function ProjectSequencerPane({
onDeleteRoutine,
onDeleteSequence,
onClose,
onSetRoutineTarget,
onSetRoutineTitle,
onSetRoutineEnabled,
onSetRoutineStartHour,