mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-09 01:32:14 +02:00
Run Formatting
This commit is contained in:
@@ -280,7 +280,7 @@
|
|||||||
'YYYY-MM-DD HH:mm'
|
'YYYY-MM-DD HH:mm'
|
||||||
)
|
)
|
||||||
|
|
||||||
if (obj.currency != "Satoshis") {
|
if (obj.currency != 'Satoshis') {
|
||||||
obj.amount = parseFloat(obj.amount / 100).toFixed(2)
|
obj.amount = parseFloat(obj.amount / 100).toFixed(2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user