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 + // }, + // }, }