Merge remote-tracking branch 'origin/develop' into feature/SUPPORT-9111_fix_tooltip
This commit is contained in:
commit
63b3e36d69
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ import {FormatterUtils} from "./FormatterUtils";
|
|||
|
||||
export class NumberToLocalStringFormatter implements TextFormatter {
|
||||
format(value: string): string {
|
||||
return FormatterUtils.toLocalString(value);
|
||||
return value ? FormatterUtils.toLocalString(value) : '0';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue