Naprawiono sortowanie tabelki

This commit is contained in:
2020-08-10 17:02:10 +02:00
parent 2c4a727c56
commit cfd964c3ff
+1 -1
View File
@@ -23,7 +23,7 @@
<tr
class="table-item"
v-for="(station, i) in stations"
v-for="(station, i) in computedStations"
:key="i + station.stationHash"
@click="() => { if(station.online) setFocusedStation(station.stationName) }"
>