ountcomment unused code in transaction result link component regrding unit test coverage

This commit is contained in:
mahula 2022-12-03 22:45:42 +01:00
parent 7fc92f1b4b
commit f9a2008e31

View File

@ -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
// },
// },
}
</script>