fix(dashboard): format currency better on all places

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 11:23:49 +01:00
parent 490d12b24d
commit a26e64e80d
2 changed files with 3 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ export function PricingSlider() {
format={{
style: 'currency',
currency: 'USD',
maximumFractionDigits: 0,
minimumFractionDigits: 0,
maximumFractionDigits: 1,
}}
locales={'en-US'}
/>