Skip to content

Commit

Permalink
feat: update release version (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Feb 8, 2024
1 parent 00bd39b commit aee5685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/OuterExamTimer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit aee5685

Please sign in to comment.