mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
brakujące tłumaczenia; poprawki
This commit is contained in:
@@ -99,8 +99,6 @@ export const useMainStore = defineStore('store', {
|
||||
|
||||
if (!apiStore.activeData?.activeSceneries) return [];
|
||||
|
||||
console.time('d');
|
||||
|
||||
const offlineActiveSceneries = this.trainList.reduce((acc, train) => {
|
||||
if (!train.timetableData) return acc;
|
||||
|
||||
@@ -223,8 +221,6 @@ export const useMainStore = defineStore('store', {
|
||||
};
|
||||
}
|
||||
|
||||
console.timeEnd('d');
|
||||
|
||||
return allActiveSceneries;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user