diff --git a/src/registrar/templates/domain_sidebar.html b/src/registrar/templates/domain_sidebar.html index d31ce613a..aff9f5dab 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -34,7 +34,7 @@ > DNSSEC - {% if domain.dnssec_enabled %} + {% if domain.dnssecdata is not None or request.path|startswith:url and request.path|endswith:'data' %}