Update src/registrar/assets/js/get-gov-admin.js

Co-authored-by: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
zandercymatics 2024-07-12 09:40:37 -06:00 committed by GitHub
parent c428e8a1dd
commit ef84ff271c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -539,7 +539,7 @@ function initializeWidgetOnList(list, parentId) {
if (!actionNeededReasonDropdown.value) {
noEmailMessage.innerHTML = emptyReasonText
showNoEmailMessage(actionNeededEmail, noEmailMessage);
}else if (actionNeededReasonDropdown.value == "other") {
} else if (actionNeededReasonDropdown.value == "other") {
noEmailMessage.innerHTML = noEmailText
}
});