diff --git a/app/views/legislation/annotations/_comments_box.html.erb b/app/views/legislation/annotations/_comments_box.html.erb index caea782af..24e87b141 100644 --- a/app/views/legislation/annotations/_comments_box.html.erb +++ b/app/views/legislation/annotations/_comments_box.html.erb @@ -6,7 +6,7 @@ <% end %>
- <% annotation.comments.each do |comment| %> + <% annotation.comments.roots.each do |comment| %>

<%= comment.body %>