diff --git a/frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue b/frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue index 3927cdb72..0146621ed 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue +++ b/frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue @@ -57,7 +57,7 @@ export default { this.scan = false }, async onDetect() { - // what is this for? I added the detect data to test that the method is called + // TODO: what is this for? I added the detect data to test that the method is called this.detect = !this.detect }, },