Aktualizacja scenerii, poprawki store

This commit is contained in:
2021-03-04 13:01:45 +01:00
parent 07b98d2490
commit d503e4c660
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ export default class Store extends VuexModule {
for (let checkpoint of station.checkpoints) {
timetableList.reduce((acc, data) => {
data.followingStops
.filter(stop => stop.stopNameRAW === checkpoint.checkpointName)
.filter(stop => stop.stopNameRAW.toLowerCase() === checkpoint.checkpointName.toLowerCase())
.forEach(stopInfo => {
// const stopInfo = data.followingStops[stopInfoIndex];