mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
hotfix: displaying stock length
This commit is contained in:
@@ -53,7 +53,7 @@ const computedTimetableRows = computed(() => {
|
|||||||
|
|
||||||
const stockVmax = timetableData.trainMaxSpeed,
|
const stockVmax = timetableData.trainMaxSpeed,
|
||||||
stockMass = Math.floor(timetableData.mass / 1000),
|
stockMass = Math.floor(timetableData.mass / 1000),
|
||||||
stockLength = length;
|
stockLength = timetableData.length;
|
||||||
|
|
||||||
const timetablePath = parseTimetablePath(timetableData.path);
|
const timetablePath = parseTimetablePath(timetableData.path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user