Skip to content

Commit 338f049

Browse files
committed
fix
1 parent 20b0b1b commit 338f049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/applications/operationalStudies/hooks/useSimulationResults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const useSimulationResults = (): {
6868
...(exception ? extractOccurrenceDetailsFromPacedTrain(timetableItem, exception) : {}),
6969
// overwrite start_time from extractOccurrenceDetailsFromPacedTrain
7070
start_time: startTime,
71-
// overwrite train_name to reflect the occurrence name (e.g. "8608/1")
71+
// overwrite train_name to reflect the occurrence name
7272
train_name: getOccurrenceTrainName(
7373
{ ...timetableItem, paced: timetableItem.paced },
7474
selectedTrainId

0 commit comments

Comments
 (0)