From fd994936d5df18f109d1e8e15d24b7c330692124 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 17 Nov 2021 12:58:18 +0100 Subject: [PATCH] Update frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue Co-authored-by: Ulf Gebhardt --- frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, },