diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 4b86c0b6b..aed26044c 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -183,7 +183,7 @@
<% if params[:view] == "comments" %>
<%= render "users/comments_section" %>
- <% elsif @stories.any? || @comments.any? %>
+ <% elsif @stories.any? || @comments.any? || @pinned_stories.any? %>
<%= render "users/main_feed" %>
<% end %>