Run Formatting
This commit is contained in:
parent
f237bdd4b7
commit
2ae97817a7
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user