diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb index e8fb0cac8..142304e63 100644 --- a/app/views/posts/partials/common/_secondary_links.html.erb +++ b/app/views/posts/partials/common/_secondary_links.html.erb @@ -3,7 +3,7 @@
  • <%= link_to "Listing", posts_path %>
  • - <% if RecommenderService.available_for_user? %> + <% if false && RecommenderService.available_for_user? %>
  • <%= link_to "Recommended", recommended_posts_path(context: "user") %>
  • <% end %> <% unless CurrentUser.is_anonymous? %>