mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano listę brakujących ikon pojazdów trakcyjnych
This commit is contained in:
@@ -39,7 +39,6 @@ const filteredTrainList = (
|
||||
return trainList
|
||||
.filter(
|
||||
(train) =>
|
||||
train.online &&
|
||||
(searchedTrain.length > 0
|
||||
? train.trainNo.toString().includes(searchedTrain)
|
||||
: true) &&
|
||||
@@ -81,7 +80,7 @@ const filteredTrainList = (
|
||||
}
|
||||
|
||||
return 0;
|
||||
});
|
||||
})
|
||||
};
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user