fix: resolved linter issues
This commit is contained in:
committed by
Ahtisham Shahid
parent
2913de47ac
commit
fe8ffbd345
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user