mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
fix cent formatting and reporting pie chart labels
This commit is contained in:
@@ -10,7 +10,7 @@ const page = usePage<{
|
||||
};
|
||||
}>();
|
||||
|
||||
export function formatMoney(
|
||||
function formatMoney(
|
||||
amount: number,
|
||||
currency: string = getOrganizationCurrencyString()
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user