diff --git a/views/_news_profile_comment.erb b/views/_news_profile_comment.erb
index 4c9b8a59..9d9716a9 100644
--- a/views/_news_profile_comment.erb
+++ b/views/_news_profile_comment.erb
@@ -10,7 +10,7 @@
<% if actioning_site.supporter? %><% end %><%= actioning_site.username %>
<% end %>
- <% if current_site && current_site.id != profile_comment.site_id %>
+ <% if actioning_site.id != profile_comment.site_id %>
<% if profile_comment.site.supporter? %><% end %><%= profile_comment.site.username %>
<% end %>