Missing Instructor from Course Instructor History #390
Labels
bug
Something isn't working
Story Point: 3
backend or full-stack change. maybe adding an endpoint or changing the response of an endpoint + the
Reproduce:
Expected: sub-reviews load correctly
Actual: Sub-reviews don't load
instructor_history
matches the professorID, so reading itsname
throws an error (cannot readname
of undefined ininstructor_history
)We should either make sure the professor is in the instructor history, handle this case, or (ideally) both.
peterportal-client/site/src/component/Review/SubReview.tsx
Lines 93 to 95 in 4aeed3d
The text was updated successfully, but these errors were encountered: