Closed jackieo5023 closed 5 years ago
isUserCourseStaff was being used as a selector on the queue.js page, but there was no concept of a course prop to get the id. This is now changed to isUserCourseStaffForQueue, which uses the queue.courseId prop.
isUserCourseStaff
queue.js
course
isUserCourseStaffForQueue
queue.courseId
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
isUserCourseStaff
was being used as a selector on thequeue.js
page, but there was no concept of acourse
prop to get the id. This is now changed toisUserCourseStaffForQueue
, which uses thequeue.courseId
prop.