diff --git a/netbox/extras/tables.py b/netbox/extras/tables.py
index 7980bdcc1..b883c468a 100644
--- a/netbox/extras/tables.py
+++ b/netbox/extras/tables.py
@@ -35,10 +35,8 @@ OBJECTCHANGE_ACTION = """
"""
OBJECTCHANGE_OBJECT = """
-{% if record.action != 3 and record.changed_object.get_absolute_url %}
+{% if record.changed_object.get_absolute_url %}
{{ record.object_repr }}
-{% elif record.action != 3 and record.related_object.get_absolute_url %}
- {{ record.object_repr }}
{% else %}
{{ record.object_repr }}
{% endif %}