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,
description:
el.description ??
emptyPlaceholder[
aggregatedTableTimeEntries.value
?.grouped_type ?? 'project'
],
emptyPlaceholder[entry.grouped_type ?? 'project'],
};
}) ?? [],
};