diff --git a/app/views/budgets/investments/show.html.erb b/app/views/budgets/investments/show.html.erb index d3e4cdb8d..c90f0175e 100644 --- a/app/views/budgets/investments/show.html.erb +++ b/app/views/budgets/investments/show.html.erb @@ -17,9 +17,7 @@
<%= render MachineLearning::CommentsSummaryComponent.new(@investment) %> - - <%= render "/comments/comment_tree", comment_tree: @comment_tree, - display_comments_count: false %> + <%= render Shared::CommentsComponent.new(@investment, @comment_tree) %>
<%= render "milestones/milestones", milestoneable: @investment %>