fix: remove "pt" appearing at the first stop

This commit is contained in:
2025-01-25 19:26:28 +01:00
parent a2aea77768
commit dcaf0d0ea3
+1 -1
View File
@@ -121,7 +121,7 @@
<div class="flex flex-col h-full justify-between p-1"> <div class="flex flex-col h-full justify-between p-1">
<div :class="{ 'font-bold': row.isMain }"> <div :class="{ 'font-bold': row.isMain }">
{{ row.pointName }} {{ row.pointName }}
<span v-if="row.stopType"> ; {{ row.stopType }}</span> <span v-if="row.stopTime"> ; {{ row.stopType }}</span>
</div> </div>
<div class="flex justify-between"> <div class="flex justify-between">