mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Modyfikacja wyglądu tablicy scenerii
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user