fixing little issues
This commit is contained in:
parent
18abd0351a
commit
b047cb0e1f
6 changed files with 11 additions and 9 deletions
|
@ -13,7 +13,7 @@ export const values = {
|
|||
: 'text-accent'
|
||||
}>
|
||||
{formatPercentage(val)}
|
||||
{props.design.config.options[props.option]?.toAbs
|
||||
{props.design.config.options[props.option]?.toAbs && props.gist.measurements
|
||||
? ' | ' +formatMm(props.design.config.options[props.option]?.toAbs(val, props.gist))
|
||||
: null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue