fix(dashboard): format currency better on all places
This commit is contained in:
@@ -45,7 +45,8 @@ export function PricingSlider() {
|
||||
format={{
|
||||
style: 'currency',
|
||||
currency: 'USD',
|
||||
maximumFractionDigits: 0,
|
||||
minimumFractionDigits: 0,
|
||||
maximumFractionDigits: 1,
|
||||
}}
|
||||
locales={'en-US'}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user