diff --git a/app/views/comments/_new.html.erb b/app/views/comments/_new.html.erb
index 9e4b19819..19a15eefd 100644
--- a/app/views/comments/_new.html.erb
+++ b/app/views/comments/_new.html.erb
@@ -7,7 +7,7 @@
<%= form_with model: [@splat, @splat.comments.build], class: "flex flex-column gap full-width" do | form | %>
- <%= form.text_area :body, class: "input full-width", required: true, placeholder: "Type your comment…", rows: 4, autofocus: true %>
+ <%= form.text_area :body, class: "input full-width", required: true, placeholder: "Type your comment…", rows: 4 %>
<%= form.button class: "btn btn--reversed center" do %>
<%= image_tag "check.svg", aria: { hidden: "true" }, size: 24%>