diff --git a/src/settings.tsx b/src/settings.tsx index 6e58859..093a7a6 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -105,7 +105,7 @@ const Input = (props: { {props.field} { setHideInput(!hideInput); console.log("clicked", hideInput); @@ -164,33 +164,31 @@ const Slicer = (props: { }} /> - - { - const value = parseFloat(event.target.value); - props.chatStore[props.field] = value; - props.setChatStore({ ...props.chatStore }); - }} - /> - { - const value = parseFloat(event.target.value); - props.chatStore[props.field] = value; - props.setChatStore({ ...props.chatStore }); - }} - /> - + { + const value = parseFloat(event.target.value); + props.chatStore[props.field] = value; + props.setChatStore({ ...props.chatStore }); + }} + /> + { + const value = parseFloat(event.target.value); + props.chatStore[props.field] = value; + props.setChatStore({ ...props.chatStore }); + }} + /> ); }; @@ -426,6 +424,17 @@ export default (props: { {...props} /> + + - - + -