mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
ountcomment unused code in transaction result link component regrding unit test coverage
This commit is contained in:
parent
7fc92f1b4b
commit
f9a2008e31
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user