mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Remove redundant arrow function
This commit is contained in:
parent
8baafe438d
commit
770312b9df
@ -27,7 +27,7 @@ export const OptionsSlider = (props: IProps): React.ReactElement => {
|
|||||||
<Slider
|
<Slider
|
||||||
value={value}
|
value={value}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onChangeCommitted={(evt) => props.callback(evt, value)}
|
onChangeCommitted={props.callback}
|
||||||
step={props.step}
|
step={props.step}
|
||||||
min={props.min}
|
min={props.min}
|
||||||
max={props.max}
|
max={props.max}
|
||||||
|
Loading…
Reference in New Issue
Block a user