fix: format function for table column (#67)

This commit is contained in:
dni ⚡ 2025-12-15 07:41:36 +01:00 committed by GitHub
commit 68ff753cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {