mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Naprawiono sortowanie tabelki
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<tr
|
<tr
|
||||||
class="table-item"
|
class="table-item"
|
||||||
v-for="(station, i) in stations"
|
v-for="(station, i) in computedStations"
|
||||||
:key="i + station.stationHash"
|
:key="i + station.stationHash"
|
||||||
@click="() => { if(station.online) setFocusedStation(station.stationName) }"
|
@click="() => { if(station.online) setFocusedStation(station.stationName) }"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user