diff --git a/app/javascript/components/Comments/NewComment.tsx b/app/javascript/components/Comments/NewComment.tsx index f1d1aaf7..c3e713ac 100644 --- a/app/javascript/components/Comments/NewComment.tsx +++ b/app/javascript/components/Comments/NewComment.tsx @@ -38,7 +38,6 @@ const NewComment = ({ value={body} onChange={handleChange} placeholder="Leave a comment" - autoFocus className="newCommentBody" />