From dd7d096cd6499d1a23fbe0e025b43eb4b868c889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 11 Dec 2025 13:01:58 +0100 Subject: [PATCH] fix: format function for table column use `LNbits.utils.formatSat` --- static/js/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index 9a8a9c1..bcfa832 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -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: {