diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index ed817508c966c..54d030d11068e 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -51,7 +51,7 @@ <% end %> - <% if @topic_view.posts&.first && !@topic_view.posts.first.is_first_post? %> + <% if @topic_view.crawler_posts&.first && !@topic_view.crawler_posts.first.is_first_post? %>