Fix code smell

This commit is contained in:
Bill Thornton 2023-09-15 11:08:31 -04:00
parent d24b030962
commit a405577519

View file

@ -28,7 +28,7 @@ type InputElementProps = {
const InputElement: FC<InputElementProps> = ({ const InputElement: FC<InputElementProps> = ({
containerClassName, containerClassName,
initialValue: initialValue, initialValue,
onChange = () => { /* no-op */ }, onChange = () => { /* no-op */ },
type, type,
id, id,