diff --git a/src/discussions/data/hooks.js b/src/discussions/data/hooks.js index 046d8fba..5ba649b0 100644 --- a/src/discussions/data/hooks.js +++ b/src/discussions/data/hooks.js @@ -25,13 +25,12 @@ import { selectIsCourseStaff, selectLearnersTabEnabled, selectModerationSettings, - selectPostThreadCount, selectThreadCallStatus, + selectPostThreadCount, selectUserHasModerationPrivileges, selectUserIsGroupTa, selectUserIsStaff, } from './selectors'; import { fetchCourseConfig } from './thunks'; -import { selectLearnerPages } from '../learners/data/selectors'; export function useTotalTopicThreadCount() { const topics = useSelector(selectTopics);