fix(dashboard): correct prices

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 11:22:20 +01:00
parent 7ab869ff45
commit 490d12b24d
2 changed files with 21 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ export default function Billing({ organization }: Props) {
style: 'currency',
currency: price.priceCurrency,
minimumFractionDigits: 0,
maximumFractionDigits: 0,
maximumFractionDigits: 1,
}).format(price.priceAmount / 100)}
{' / '}
{recurringInterval === 'year' ? 'year' : 'month'}