fix: progress indicator

This commit is contained in:
2024-08-21 17:06:50 +02:00
parent 573ebc233b
commit 9f8656e590
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<div class="general-stops" v-if="train.timetableData">
<span v-if="train.timetableData.followingStops.length > 2">
{{ $t('trains.via-title') }}
<span v-html="displayStopList(train.timetableData.followingStops)"></span>
<span v-html="getTrainStopsHtml(train.timetableData.followingStops)"></span>
</span>
</div>