From f9a2008e31ffecdc7d5276620acd98fdd2b7f0e9 Mon Sep 17 00:00:00 2001 From: mahula Date: Sat, 3 Dec 2022 22:45:42 +0100 Subject: [PATCH] ountcomment unused code in transaction result link component regrding unit test coverage --- .../GddSend/TransactionResultLink.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionResultLink.vue b/frontend/src/components/GddSend/TransactionResultLink.vue index b06b1824f..90cedc08e 100644 --- a/frontend/src/components/GddSend/TransactionResultLink.vue +++ b/frontend/src/components/GddSend/TransactionResultLink.vue @@ -55,15 +55,15 @@ export default { memo: { type: String, required: true }, validUntil: { type: String, required: true }, }, - data() { - return { - // showQrcode: false, - } - }, - methods: { - showQrCodeButton() { - this.showQrcode = !this.showQrcode - }, - }, + // data() { + // return { + // showQrcode: false, + // } + // }, + // methods: { + // showQrCodeButton() { + // this.showQrcode = !this.showQrcode + // }, + // }, }