mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Aktualizacja scenerii, poprawki store
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user