From 8a786d9fb4ce95d7dc7e45c03c691b5c46bf0049 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 17 Mar 2022 10:02:19 +0100 Subject: [PATCH] remove itemsShown to transactionLinks.length in TransactionLinksSummary --- .../src/components/Transactions/TransactionLinksSummary.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/Transactions/TransactionLinksSummary.vue b/frontend/src/components/Transactions/TransactionLinksSummary.vue index 8c5cace4a..bfc774f71 100644 --- a/frontend/src/components/Transactions/TransactionLinksSummary.vue +++ b/frontend/src/components/Transactions/TransactionLinksSummary.vue @@ -76,7 +76,6 @@ export default { currentPage: 1, pending: false, pageSize: 5, - itemsShown: 0, }, } }, @@ -99,7 +98,6 @@ export default { this.transactionLinks = [...this.transactionLinks, ...result.data.listTransactionLinks] this.$emit('update-transactions') this.variables.pending = false - this.variables.itemsShown = this.transactionLinks.length }) .catch((err) => { this.toastError(err.message)