Optymalizacja i cleanup kodu

This commit is contained in:
2021-12-31 16:07:34 +01:00
parent d62b74652e
commit 82f44842ee
9 changed files with 391 additions and 338 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default defineComponent({
});
const focusedStationInfo = computed(() =>
computedStations.value.find((station) => station.stationName === focusedStationName)
computedStations.value.find((station) => station.name === focusedStationName)
);
return {