Run Formatting
This commit is contained in:
parent
f237bdd4b7
commit
2ae97817a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue