From a2fca1eb1e1a252fc31c02e8b9cb2a35f13a03f3 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Thu, 25 Jan 2024 16:16:54 +0100 Subject: [PATCH] Update ImageGeneration.vue --- tests/gui/vuejs/noogle/src/components/ImageGeneration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue b/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue index 52bc277..c4b4196 100644 --- a/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue +++ b/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue @@ -169,8 +169,8 @@ function nextInput(e) { async function zap(invoice) { let webln; - this.dvmpaymentaddr = `https://chart.googleapis.com/chart?cht=qr&chl=${invoice}&chs=250x250&chld=M|0`; - this.dvminvoice = invoice + //this.dvmpaymentaddr = `https://chart.googleapis.com/chart?cht=qr&chl=${invoice}&chs=250x250&chld=M|0`; + //this.dvminvoice = invoice try {