Poprawki statusów danych

This commit is contained in:
2022-02-09 22:27:07 +01:00
parent 75308f97f8
commit 7066977f23
9 changed files with 30 additions and 13 deletions
-2
View File
@@ -129,8 +129,6 @@ export default defineComponent({
provide('sorterActive', sorterActive);
const computedTrains: ComputedRef<Train[]> = computed(() => {
if (timetableDataStatus.value != DataStatus.Loaded) return [];
return filteredTrainList(trainList.value, searchedTrain.value, searchedDriver.value, sorterActive.value);
});