diff --git a/src/pages/user_profile/AffiliationAndRoles.jsx b/src/pages/user_profile/AffiliationAndRoles.jsx index ccbbbb85e..55bca50c4 100644 --- a/src/pages/user_profile/AffiliationAndRoles.jsx +++ b/src/pages/user_profile/AffiliationAndRoles.jsx @@ -208,6 +208,10 @@ export default function AffiliationAndRole(props) { }} >

Institution

+ {!(profile.institutionId) &&
+ Please select an existing Institution. If you don't see your institution listed, please select the Contact + Us link to request that your institution be added. +
}
{generateInstitutionSelectionDisplay()} {formIsValid() ? (