From aee568545d79f9141f70af7834dd42fe2fd5bfac Mon Sep 17 00:00:00 2001 From: Alison Langston <46360176+alangsto@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:13:51 -0500 Subject: [PATCH] feat: update release version (#137) --- src/core/OuterExamTimer.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/OuterExamTimer.jsx b/src/core/OuterExamTimer.jsx index 2ae0f571..77ecc992 100644 --- a/src/core/OuterExamTimer.jsx +++ b/src/core/OuterExamTimer.jsx @@ -11,9 +11,7 @@ const ExamTimer = ({ courseId }) => { const { activeAttempt } = useSelector(state => state.specialExams); const { authenticatedUser } = useContext(AppContext); const showTimer = !!(activeAttempt && IS_STARTED_STATUS(activeAttempt.attempt_status)); - const { apiErrorMsg } = useSelector(state => state.specialExams); - const dispatch = useDispatch(); useEffect(() => {