add units to non compact values
This commit is contained in:
parent
4bfb619c25
commit
9f6bf6a8ad
@ -46,6 +46,6 @@ function parseNumber(value, unitData) {
|
||||
return `${value} ${unitPrefix}${unit}`
|
||||
}
|
||||
else {
|
||||
return value;
|
||||
return `${value} ${unit}`;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user