diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb
index 0000f8cc0..8d45b5469 100644
--- a/app/views/comments/_comment.html.erb
+++ b/app/views/comments/_comment.html.erb
@@ -26,9 +26,9 @@
<% if comment.children.size > 0 %>
- <%= link_to "#{dom_id(comment)}", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %>
+ <%= link_to "", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %>
<%= t("shared.show") %>
<%= t("shared.hide") %>
<%= t("comments.comment.responses", count: comment.children.size) %>