mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawki wyglądu, usunięcie buga z filtrem pociągów
This commit is contained in:
@@ -73,7 +73,6 @@ export default class TrainsView extends Vue {
|
||||
changeSorter(sorter: { id: string; dir: number }) {
|
||||
this.sorterActive = sorter;
|
||||
}
|
||||
|
||||
get computedTrains() {
|
||||
return this.trains
|
||||
.filter(
|
||||
|
||||
Reference in New Issue
Block a user