mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +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
|
||||
value={value}
|
||||
onChange={onChange}
|
||||
onChangeCommitted={(evt) => props.callback(evt, value)}
|
||||
onChangeCommitted={props.callback}
|
||||
step={props.step}
|
||||
min={props.min}
|
||||
max={props.max}
|
||||
|
Loading…
Reference in New Issue
Block a user