update avg aggregate for revenue report
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user