From 214970dde186063e48ccae54e0189b8d77e7c37a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 17 Feb 2023 23:38:06 +0100 Subject: [PATCH] typo --- frontend/src/components/Transactions/TransactionLinkSummary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Transactions/TransactionLinkSummary.vue b/frontend/src/components/Transactions/TransactionLinkSummary.vue index f90d6da85..c3a62357b 100644 --- a/frontend/src/components/Transactions/TransactionLinkSummary.vue +++ b/frontend/src/components/Transactions/TransactionLinkSummary.vue @@ -90,7 +90,7 @@ export default { fetchPolicy: 'network-only', }) .then((result) => { - this.transactionLinks.links = [ + this.transactionLinks = [ ...this.transactionLinks, ...result.data.listTransactionLinks.links, ]