hotfix postojów pt w SRJP

This commit is contained in:
2024-01-26 13:38:45 +01:00
parent a8f683a585
commit 05c38e10e3
+3 -2
View File
@@ -29,8 +29,9 @@
<span
v-if="
stop.duration ||
(stop.status == 'stopped' && stop.position != 'begin') ||
stop.departureDelay != stop.arrivalDelay
(stop.status == 'stopped' &&
stop.position != 'begin' &&
stop.departureDelay != stop.arrivalDelay)
"
class="date stop"
:data-stop-types="stop.type.replace(', ', '-')"