Naprawiono odnośnik do pociągu na liście rozkładów scenerii

This commit is contained in:
2022-01-16 18:05:05 +01:00
parent c086c4fd09
commit 562b9a64ca
4 changed files with 65 additions and 84 deletions
+2 -2
View File
@@ -404,7 +404,7 @@ export const store = createStore<State>({
&& station.generalInfo.checkpoints
&& station.generalInfo.checkpoints.length > 0
&& station.generalInfo.checkpoints.some(cp => cp.checkpointName.toLowerCase().includes(stop.stopNameRAW.toLowerCase())))
return true;
return false;
@@ -471,7 +471,7 @@ export const store = createStore<State>({
...station.onlineInfo,
scheduledTrains
} : undefined
};
};
});
state.trainList = state.trainList.reduce((acc, train) => {