Przystosowanie pod WS

This commit is contained in:
2022-04-13 00:52:15 +02:00
parent ed009896d4
commit e3735c171f
5 changed files with 42 additions and 41 deletions
@@ -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) =>