mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Naprawiono odnośnik do pociągu na liście rozkładów scenerii
This commit is contained in:
+2
-2
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user