Modyfikacja wyglądu tablicy scenerii

This commit is contained in:
2020-12-04 22:03:44 +01:00
parent da68b00794
commit e7f7f11a65
2 changed files with 265 additions and 272 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export default class StationsView extends Vue {
}
changeSorter(index: number) {
if (index > 5) return;
if (index > 4) return;
if (index == this.sorterActive.index)
this.sorterActive.dir = -1 * this.sorterActive.dir;