We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7f7fd commit 68ff753Copy full SHA for 68ff753
1 file changed
static/js/index.js
@@ -51,9 +51,7 @@ window.app = Vue.createApp({
51
align: 'right',
52
label: 'Max (sat)',
53
field: 'max_withdrawable',
54
- format: v => {
55
- return new Intl.NumberFormat(LOCALE).format(v)
56
- }
+ format: LNbits.utils.formatSat
57
}
58
],
59
pagination: {
0 commit comments