From f1e87ff271bc259852e9ae79ebf5fb425d917496 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 26 Apr 2022 13:15:52 +0200 Subject: [PATCH] remove unused data --- frontend/src/components/TransactionLinks/TransactionLink.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index 2437e0e1d..c7b7682ec 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -87,11 +87,6 @@ export default { memo: { type: String, required: true }, validUntil: { type: String, required: true }, }, - data() { - return { - noCopy: true, - } - }, methods: { copy() { navigator.clipboard