add units to non compact values
This commit is contained in:
parent
472952d298
commit
8f37806280
@ -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