From 302427f17bc182b715cd7568f4fa3e7d48b34aa9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 21 Feb 2025 10:54:18 -0600 Subject: [PATCH] This isn't necessary --- app/views/comments/_body.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %>