forked from external-repos/squoosh
Minor tweaks
This commit is contained in:
@@ -125,14 +125,12 @@ export default class Options extends Component<Props, State> {
|
||||
/>
|
||||
Enable
|
||||
</label>
|
||||
{preprocessorState.quantizer.enabled ? (
|
||||
{preprocessorState.quantizer.enabled &&
|
||||
<QuantizerOptionsComponent
|
||||
options={preprocessorState.quantizer}
|
||||
onChange={this.onQuantizerOptionsChange}
|
||||
/>
|
||||
) : (
|
||||
<div/>
|
||||
)}
|
||||
}
|
||||
<hr/>
|
||||
<label>
|
||||
Mode:
|
||||
|
||||
Reference in New Issue
Block a user