mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Przystosowanie pod WS
This commit is contained in:
@@ -19,7 +19,6 @@ function currentDelay(stops: TrainStop[] | undefined) {
|
||||
};
|
||||
|
||||
function filterTrainList(trainList: Train[], searchedTrain: string, searchedDriver: string, filters: TrainFilter[]) {
|
||||
console.log(filters);
|
||||
|
||||
return trainList.filter(
|
||||
(train) =>
|
||||
|
||||
Reference in New Issue
Block a user