fixing little issues
This commit is contained in:
parent
18abd0351a
commit
b047cb0e1f
6 changed files with 11 additions and 9 deletions
|
@ -92,7 +92,7 @@ const DesignOptionPctDeg = props => {
|
|||
/>
|
||||
<div className="flex flex-row justify-between">
|
||||
<span className={val===dflt ? 'text-secondary' : 'text-accent'}>
|
||||
{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(value/100, props.gist))
|
||||
: ' '
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue