[fix]: small fixes v1 on demo DB (#2940)

This commit is contained in:
Vlad Stan
2025-02-10 10:25:33 +02:00
committed by GitHub
parent 90dd3cc73a
commit 828261d696
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ window.LNbits = {
formatCurrency(value, currency) {
return new Intl.NumberFormat(window.LOCALE, {
style: 'currency',
currency: currency
currency: currency || 'sat'
}).format(value)
},
formatSat(value) {