diff --git a/app/views/comments/_body.html.erb b/app/views/comments/_body.html.erb index 8f75f0e66..2141a2c3b 100644 --- a/app/views/comments/_body.html.erb +++ b/app/views/comments/_body.html.erb @@ -17,8 +17,6 @@ <%= sanitize comment.body_html %> -
- <%= render "comments/reactions/reactions", comment: comment %> -
+ <%= render "comments/reactions/reactions", comment: comment %> <% end %>