mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-03-17 13:22:55 +01:00
align suffix with industry standard
This commit is contained in:
parent
ea4572c691
commit
88680e15c6
@ -8,7 +8,7 @@ export class NumberSuffixPipe implements PipeTransform {
|
||||
|
||||
transform(value: number): string {
|
||||
|
||||
const suffixes = ['', 'k', 'M', 'B', 'T', 'P', 'E'];
|
||||
const suffixes = ['', 'k', 'M', 'G', 'T', 'P', 'E'];
|
||||
|
||||
if (value == null || value < 0) {
|
||||
return '0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user