Skip to content

Commit 9109693

Browse files
committed
front: remove trigram from stdcmPathstep
Signed-off-by: SarahBellaha <sarah.bellaha@sncf.fr>
1 parent ef4369f commit 9109693

File tree

1 file changed

+1
-2
lines changed
  • front/src/reducers/osrdconf/stdcmConf

1 file changed

+1
-2
lines changed

front/src/reducers/osrdconf/stdcmConf/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,14 @@ export const stdcmConfSlice = createSlice({
163163
}>
164164
) {
165165
const { linkedPathStep, trainName, pathStep, pathStepId } = action.payload;
166-
const { name, ch, uic, geographic, isoArrivalTime, date, time, trigram } = pathStep;
166+
const { name, ch, uic, geographic, isoArrivalTime, date, time } = pathStep;
167167
const newPathStep = {
168168
name,
169169
ch,
170170
id: pathStepId,
171171
uic,
172172
coordinates: geographic.coordinates,
173173
arrival: isoArrivalTime,
174-
trigram,
175174
...(linkedPathStep === 'origin' && { arrivalType: ArrivalTimeTypes.PRECISE_TIME }),
176175
};
177176

0 commit comments

Comments
 (0)