From 8ecf8dc6bb22575822501300e53bd9abea1ad27d Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:22:17 +0100 Subject: [PATCH] Update ImageGeneration.vue --- ui/noogle/src/components/ImageGeneration.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/noogle/src/components/ImageGeneration.vue b/ui/noogle/src/components/ImageGeneration.vue index e58f282..0182856 100644 --- a/ui/noogle/src/components/ImageGeneration.vue +++ b/ui/noogle/src/components/ImageGeneration.vue @@ -254,7 +254,7 @@ const urlinput = ref(""); async function zap_local(dvm) { - if (dvm.bolt11 == ""){ + if (dvm.bolt11 === ""){ dvm.bolt11 = await get_invoice(dvm.id, dvm.event_id, dvm.amount) } let success = await zap(dvm.bolt11)