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
+21
View File
@@ -2080,5 +2080,26 @@
false,
false,
false
],
[
"Stare Lipowo",
"https://td2.info.pl/scenerie/stare-lipowo/",
"",
null,
"",
"NIE",
"współczesna",
"SCS",
"TAK (Szlaki Dw, Pk, Pr-SL)",
"TAK",
0,
0,
4,
0,
["Stare Lipowo", "Przęsy"],
null,
false,
false,
false
]
]
+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];