We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d6127 commit cc55f72Copy full SHA for cc55f72
front/src/modules/pathfinding/helpers/getStepLocation.ts
@@ -19,7 +19,7 @@ const getStepLocation = (step: PathItemLocation): PathItemLocation => {
19
return {
20
trigram: step.trigram,
21
secondary_code: step.secondary_code,
22
- track_reference: trackReference,
+ track_reference: step.track_reference,
23
};
24
}
25
if (step.uic === -1) {
@@ -28,7 +28,7 @@ const getStepLocation = (step: PathItemLocation): PathItemLocation => {
28
29
uic: step.uic,
30
31
32
33
34
0 commit comments