Poprawki w działaniu ładowania pociągów

This commit is contained in:
2020-09-10 23:05:52 +02:00
parent 4ef90e655d
commit e2a09bca2d
4 changed files with 20 additions and 17 deletions
-2
View File
@@ -124,8 +124,6 @@ export default class StationsView extends Vue {
const dir: number = this.sorterActive.dir;
// const scheduledTrainList = this.scheduledTrains;
return this.stationList
.filter((station) => {
if (!station.reqLevel || station.reqLevel == "-1") return true;