From 760bdeb3e1154f0ec060b5878a5ce073b666edb9 Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 26 Jul 2021 17:24:28 -0300 Subject: [PATCH] Fix UI taking wrongly the confirmations This happened on the Transaction List and Searched transactions --- src/components/transactions/TransactionRow.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/transactions/TransactionRow.vue b/src/components/transactions/TransactionRow.vue index a8239754..d2291d01 100644 --- a/src/components/transactions/TransactionRow.vue +++ b/src/components/transactions/TransactionRow.vue @@ -66,6 +66,7 @@