Skip to content

Commit

Permalink
Fix "other" override
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Oct 18, 2023
1 parent 6fd301d commit 72a66ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/managment/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function downloadUsers(){
u['institution'] = i.registration.institutionOfEmployment
u['roleAtInstitution'] = i.registration.roleAtInstitution
if (u['roleAtInstitution'] == "Other"){
u['roleAtInstitution'] == i.registration.other
u['roleAtInstitution'] = i.registration.other
}
u['phoneNumber'] = i.registration.phoneNumber
u['specialties'] = i.registration.specialties
Expand Down

0 comments on commit 72a66ff

Please sign in to comment.