diff --git a/src/components/transactions/TransactionList.vue b/src/components/transactions/TransactionList.vue index 56cb125..d2dbf8d 100644 --- a/src/components/transactions/TransactionList.vue +++ b/src/components/transactions/TransactionList.vue @@ -26,7 +26,7 @@ const setTransactionDone = async (transaction: Transaction): Promise => { comment: transaction.comment, amount: transaction.amount, fees: 0, - isDone: true, + isDone: transaction.isDone, date: new Date(transaction.date), } as UpdateTransactionDTO try { @@ -132,7 +132,7 @@ onMounted(async () => {
Planned transactions
- + Выполненные