233 introduced a regression where course staff cannot access their queue settings - it's only accessible to admins. This is because PageWithUser requires a courseId prop, but that isn't present here. I'm thinking we should just put the auth stuff in the queueSettings page directly and not use the global permissions framework until we can refactor that to work for this case.
233 introduced a regression where course staff cannot access their queue settings - it's only accessible to admins. This is because
PageWithUser
requires acourseId
prop, but that isn't present here. I'm thinking we should just put the auth stuff in the queueSettings page directly and not use the global permissions framework until we can refactor that to work for this case.