From 2ae97817a720f4735e2822cda0e0842aeaf077a6 Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Tue, 10 Jan 2023 09:41:15 -0800 Subject: [PATCH] Run Formatting --- lnbits/extensions/nostrnip5/templates/nostrnip5/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/nostrnip5/templates/nostrnip5/index.html b/lnbits/extensions/nostrnip5/templates/nostrnip5/index.html index 079fbf586..6b805cccf 100644 --- a/lnbits/extensions/nostrnip5/templates/nostrnip5/index.html +++ b/lnbits/extensions/nostrnip5/templates/nostrnip5/index.html @@ -280,7 +280,7 @@ 'YYYY-MM-DD HH:mm' ) - if (obj.currency != "Satoshis") { + if (obj.currency != 'Satoshis') { obj.amount = parseFloat(obj.amount / 100).toFixed(2) }