- metered plan decimal extended into 3 places

- paginator fix
This commit is contained in:
Čarodej
2022-05-18 10:45:56 +02:00
parent 1e10ff32a8
commit 127f1dc4cf
9 changed files with 20 additions and 29 deletions

View File

@@ -148,6 +148,7 @@ export default {
let formatter = new Intl.NumberFormat('en-US', {
style: 'currency',
currency: currency,
maximumFractionDigits: 4,
})
return formatter.format(amount)