fix: resolved linter issues

This commit is contained in:
AhtishamShahid
2022-12-14 14:34:39 +05:00
committed by Ahtisham Shahid
parent 2913de47ac
commit fe8ffbd345

View File

@@ -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);