fixed an issue identified with ANDI

This commit is contained in:
David Kennedy 2024-05-22 17:45:34 -04:00
parent 1fd23ba786
commit 4d16cf34ab
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1063,7 +1063,7 @@ document.addEventListener('DOMContentLoaded', function() {
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
<use xlink:href="/public/img/sprite.svg#${request.state === 'deleted' || request.state === 'on hold' ? 'visibility' : 'settings'}"></use>
</svg>
${actionLabel} <span class="usa-sr-only">${request.requested_domain ? request.requested_domain.name : 'New domain request'}</span>
${actionLabel} <span class="usa-sr-only">${request.requested_domain ? request.requested_domain : 'New domain request'}</span>
</a>
</td>
<td>${deleteButton}</td>