Skip to content

Commit 8651629

Browse files
committed
one-way: fix streckengrafik one-way direction display
Signed-off-by: Louis Greiner <[email protected]>
1 parent 8e09983 commit 8651629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/streckengrafik/services/sg-1-load-trainrun-item.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export class Sg1LoadTrainrunItemService implements OnDestroy {
621621
trainrun.getCategoryShortName(),
622622
trainrun.getCategoryColorRef(),
623623
pathItems,
624-
TrainrunsectionHelper.isTargetRightOrBottom(trainrunSection),
624+
this.trainrunService.isTrainrunTargetRightOrBottom(),
625625
trainrun.getDirection(),
626626
),
627627
visitedTrainrunSections: visitedTrainrunSections,

0 commit comments

Comments
 (0)