diff --git a/web/src/components/TransactionRow.vue b/web/src/components/TransactionRow.vue
index e3a56e4..3b34168 100644
--- a/web/src/components/TransactionRow.vue
+++ b/web/src/components/TransactionRow.vue
@@ -36,6 +36,7 @@ function getStatusSymbol() {
{{ formatDate(TX.Date) }}
diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue
index c5f070f..ab67e29 100644
--- a/web/src/pages/Account.vue
+++ b/web/src/pages/Account.vue
@@ -145,11 +145,11 @@ function createReconcilationTransaction() {
:budgetid="budgetid"
:accountid="accountid"
/>
-
+
- {{ index }}
+ {{ key }}
|
@@ -157,6 +157,7 @@ function createReconcilationTransaction() {
v-for="transaction in dayTransactions"
:key="transaction.ID"
:transactionid="transaction.ID"
+ :index="index"
/>
|