feat: fix amount property typo and format numbers for dashboard reports
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const formatNumberWithPeriods = (number: number) => {
|
||||
return new Intl.NumberFormat('id-ID').format(number)
|
||||
}
|
||||
Reference in New Issue
Block a user