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