mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
update avg aggregate for revenue report
This commit is contained in:
parent
9d0da45c09
commit
065499a3fa
5 changed files with 17 additions and 23 deletions
|
|
@ -114,5 +114,5 @@ export function formatLongCurrency(value: number, currency: string, locale = 'en
|
|||
return `${formatCurrency(n / 1000, currency, locale)}k`;
|
||||
}
|
||||
|
||||
return formatCurrency(n / 1000, currency, locale);
|
||||
return formatCurrency(n, currency, locale);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue