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