From 770312b9dfbce39de65bfb8317269847e2b53f5f Mon Sep 17 00:00:00 2001 From: nickofolas Date: Mon, 9 May 2022 19:34:36 -0500 Subject: [PATCH] Remove redundant arrow function --- src/GameOptions/ui/OptionsSlider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameOptions/ui/OptionsSlider.tsx b/src/GameOptions/ui/OptionsSlider.tsx index ac12d768f..3c12f34a6 100644 --- a/src/GameOptions/ui/OptionsSlider.tsx +++ b/src/GameOptions/ui/OptionsSlider.tsx @@ -27,7 +27,7 @@ export const OptionsSlider = (props: IProps): React.ReactElement => { props.callback(evt, value)} + onChangeCommitted={props.callback} step={props.step} min={props.min} max={props.max}