diff --git a/pages/accounts/show/[id].vue b/pages/accounts/show/[id].vue
index 0bb1510..ac266a8 100644
--- a/pages/accounts/show/[id].vue
+++ b/pages/accounts/show/[id].vue
@@ -1,6 +1,7 @@
@@ -76,21 +113,18 @@ const selectAllocation = (allocation) => {
selectAllocation(i)"
:empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Buchungen anzuzeigen' }"
>
- {{useCurrency(row.amount)}}
- {{useCurrency(row.amount)}}
+ {{useCurrency(row.amount)}}
+ {{useCurrency(row.amount)}}
{{useCurrency(row.amount)}}
- {{row.bs_id ? dayjs(row.bs_id.date).format('DD.MM.YYYY') : ''}}
-
-
- {{row.bs_id ? (row.bs_id.debName ? row.bs_id.debName : (row.bs_id.credName ? row.bs_id.credName : '')) : ''}}
+ {{row.date ? dayjs(row.date).format('DD.MM.YYYY') : ''}}
{{row.description ? row.description : ''}}