hotfix: twr detection

This commit is contained in:
2025-05-12 21:18:50 +02:00
parent 7ab16960ca
commit ebdffc6241
5 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -97,8 +97,7 @@ export const useMainStore = defineStore('mainStore', {
followingStops: timetable.stopList,
routeDistance: timetable.stopList[timetable.stopList.length - 1].stopDistance,
sceneries: timetable.sceneries,
TWR: timetable.TWR,
SKR: timetable.SKR,
twr: timetable.twr,
warningNotes: timetable.warningNotes,
hasDangerousCargo: timetable.hasDangerousCargo,
hasExtraDeliveries: timetable.hasExtraDeliveries,