fix: replace bug
Fixed missing fallback for old local storage saves
This commit is contained in:
parent
8f924151da
commit
c5be0b6b04
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
export const replaceComma = (value: string) => value.replace(',', '.');
|
export const replaceComma = (value: string | number) => `${value}`.replace(',', '.');
|
Loading…
Add table
Add a link
Reference in a new issue