const handleInputChange = (e) => { dispatch(setComment(e.target.value.trim())) }