Skip to content

Commit 68ff753

Browse files
authored
fix: format function for table column (#67)
1 parent eb7f7fd commit 68ff753

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

static/js/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ window.app = Vue.createApp({
5151
align: 'right',
5252
label: 'Max (sat)',
5353
field: 'max_withdrawable',
54-
format: v => {
55-
return new Intl.NumberFormat(LOCALE).format(v)
56-
}
54+
format: LNbits.utils.formatSat
5755
}
5856
],
5957
pagination: {

0 commit comments

Comments
 (0)