mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-06 06:48:12 +00:00
fix(scenery): unique timetable train id for duplicates
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
v-for="row in sceneryTimetables"
|
v-for="row in sceneryTimetables"
|
||||||
class="timetable-item"
|
class="timetable-item"
|
||||||
:to="row.train.driverRouteLocation"
|
:to="row.train.driverRouteLocation"
|
||||||
:key="row.train.id"
|
:key="row.train.id + (row.checkpointStop.departureTimestamp || 0)"
|
||||||
>
|
>
|
||||||
<div class="item-top">
|
<div class="item-top">
|
||||||
<div class="top-general">
|
<div class="top-general">
|
||||||
|
|||||||
Reference in New Issue
Block a user