fix sub_group empty type placeholders showing parent type in shared reports view

This commit is contained in:
Gregor Vostrak
2025-05-15 13:34:27 +02:00
parent 46dea00b34
commit c80d51c2e1

View File

@@ -160,10 +160,7 @@ const tableData = computed(() => {
cost: el.cost, cost: el.cost,
description: description:
el.description ?? el.description ??
emptyPlaceholder[ emptyPlaceholder[entry.grouped_type ?? 'project'],
aggregatedTableTimeEntries.value
?.grouped_type ?? 'project'
],
}; };
}) ?? [], }) ?? [],
}; };