[fix]: small fixes v1 on demo DB (#2940)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user