diff --git a/opentech/apply/activity/templates/activity/include/listing_base.html b/opentech/apply/activity/templates/activity/include/listing_base.html
index b744902f76019c62f0ada7305584de4a2572e0b5..106343a02acee5f07f8bd256ca496c0a98ce3440 100644
--- a/opentech/apply/activity/templates/activity/include/listing_base.html
+++ b/opentech/apply/activity/templates/activity/include/listing_base.html
@@ -23,7 +23,7 @@
 
             - {{ activity.message }}
 
-            {% if activity.related_object %}
+            {% if not submission_title and activity.related_object %}
             <a href="{{ activity.related_object.get_absolute_url }}" class="feed__related-item">
                 <svg><use xlink:href="#arrow-head-pixels--solid"></use></svg>
             </a>