diff --git a/web/src/components/TransactionRow.vue b/web/src/components/TransactionRow.vue index 3b34168..abc80a3 100644 --- a/web/src/components/TransactionRow.vue +++ b/web/src/components/TransactionRow.vue @@ -11,6 +11,7 @@ import Checkbox from "./Checkbox.vue"; const props = defineProps<{ transactionid: string, index: number, + withAccount: bool, }>(); const edit = ref(false); @@ -41,6 +42,9 @@ function getStatusSymbol() {