mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano dynamiczne odświeżanie tabeli
This commit is contained in:
@@ -122,8 +122,6 @@ export default Vue.extend({
|
||||
);
|
||||
},
|
||||
focusedStationInfo() {
|
||||
console.log(this.focusedStationName);
|
||||
|
||||
return this.stations.find(
|
||||
(station: any) => station.stationName === this.focusedStationName
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user