diff --git a/src/components/Options/index.tsx b/src/components/Options/index.tsx index e23c5985..4fe0675b 100644 --- a/src/components/Options/index.tsx +++ b/src/components/Options/index.tsx @@ -112,23 +112,27 @@ export default class Options extends Component { return (
-

Quantization

- - {preprocessorState.quantizer.enabled && - - } -
+ {encoderState.type !== 'identity' && ( +
+

Quantization

+ + {preprocessorState.quantizer.enabled && + + } +
+
+ )}