diff --git a/app/views/people/_sub_header.html.haml b/app/views/people/_sub_header.html.haml
index fd9b70547..fd3f5e9ba 100644
--- a/app/views/people/_sub_header.html.haml
+++ b/app/views/people/_sub_header.html.haml
@@ -11,7 +11,7 @@
= person.diaspora_handle
.description
- - if !person.profile.tag_string.blank? && user_signed_in? && (contact.persisted? || person == current_user.person || @incoming_request)
+ - if !person.profile.tag_string.blank? && user_signed_in?
= Diaspora::Taggable.format_tags(person.profile.tag_string)
- if user_signed_in? && person == current_user.person
%span.hover_edit