@@ -6,7 +6,7 @@ export function commaSeparated(input: number | string | null | undefined): strin const str: string = typeof input === 'number' || typeof input === 'string' ? String(input) : '' if (str) { - return str.replace(/\B(?