fix: omitting "po" stops in timetable progress bar

This commit is contained in:
2024-08-19 23:56:15 +02:00
parent 80a5b56785
commit 551b60c733
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<span
class="stop-label"
:data-minor="stop.isSBL || (stop.nameRaw.endsWith(', po.') && !stop.duration)"
:data-minor="stop.isSBL || (stop.nameRaw.endsWith(', po') && !stop.duration)"
>
<router-link :to="`/scenery?station=${stop.sceneryName}`" @click="closeModal">
<span class="name" v-html="stop.nameHtml"></span>