classtranscribe / FrontEnd

The React + Redux Frontend for ClassTranscribe
https://classtranscribe.illinois.edu
Other
25 stars 27 forks source link

Admin Instructor List: Only Display Unknown if there's no first name and last name #808

Closed harsh183 closed 1 month ago

harsh183 commented 1 month ago

With the current logic from

`${inst.firstName || 'Unknown'} ${inst.lastName || ''}`

you can get funny last names like "Unknown Angrave" because we're only checking on first name.