diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md
index d43f57ac5..9fe23d253 100644
--- a/docs/release-notes/version-2.10.md
+++ b/docs/release-notes/version-2.10.md
@@ -7,6 +7,7 @@
* [#5468](https://github.com/netbox-community/netbox/issues/5468) - Fix unlocking secrets from device/VM view
* [#5473](https://github.com/netbox-community/netbox/issues/5473) - Fix alignment of rack names in elevations list
* [#5478](https://github.com/netbox-community/netbox/issues/5478) - Fix display of route target description
+* [#5484](https://github.com/netbox-community/netbox/issues/5484) - Fix "tagged" indication in VLAN members list
---
diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py
index 02196198c..868ba3105 100644
--- a/netbox/ipam/tables.py
+++ b/netbox/ipam/tables.py
@@ -104,7 +104,7 @@ VLANGROUP_ADD_VLAN = """
"""
VLAN_MEMBER_TAGGED = """
-{% if record.untagged_vlan_id == vlan.pk %}
+{% if record.untagged_vlan_id == object.pk %}
{% else %}