propapier/app/utils/number.ts
webfussel c5be0b6b04 fix: replace bug
Fixed missing fallback for old local storage saves
2025-05-06 08:21:58 +02:00

1 line
No EOL
85 B
TypeScript

export const replaceComma = (value: string | number) => `${value}`.replace(',', '.');