fix: format function for table column (#67)
This commit is contained in:
parent
eb7f7fda47
commit
68ff753cfd
1 changed files with 1 additions and 3 deletions
|
|
@ -51,9 +51,7 @@ window.app = Vue.createApp({
|
|||
align: 'right',
|
||||
label: 'Max (sat)',
|
||||
field: 'max_withdrawable',
|
||||
format: v => {
|
||||
return new Intl.NumberFormat(LOCALE).format(v)
|
||||
}
|
||||
format: LNbits.utils.formatSat
|
||||
}
|
||||
],
|
||||
pagination: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue