diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb
index 6cb0f6c31..30cf7b7e0 100644
--- a/app/views/communities/show.html.erb
+++ b/app/views/communities/show.html.erb
@@ -54,10 +54,12 @@
<%= link_to participant.name, user_path(participant)%>
- •
-
- <%= t("comments.comment.author") %>
-
+ <% if @community.topics.pluck(:author_id).include?(participant.id) %>
+ •
+
+ <%= t("comments.comment.author") %>
+
+ <% end %>