From fe8ffbd345fad9bada158510b70402168a7e8b3c Mon Sep 17 00:00:00 2001 From: AhtishamShahid Date: Wed, 14 Dec 2022 14:34:39 +0500 Subject: [PATCH] fix: resolved linter issues --- src/discussions/data/hooks.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);