Remove lambda from JSX

This commit is contained in:
Surma
2018-07-31 12:41:02 +01:00
parent a002b376af
commit e8c0ddfc7f
2 changed files with 16 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ export default class QuantizerOptions extends Component<Props, {}> {
type="range"
min="0"
max="1"
step="0.01"
value={'' + options.dither}
onChange={this.onChange}
/>