From bebbad4aece936ecc4886eefbb1a855569430afd Mon Sep 17 00:00:00 2001 From: Roman Vlasenko Date: Fri, 30 Jun 2023 17:36:14 +0500 Subject: [PATCH] Do not try to verify proctoring application on the course page --- src/core/OuterExamTimer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/OuterExamTimer.jsx b/src/core/OuterExamTimer.jsx index 28188f42..7d0fd679 100644 --- a/src/core/OuterExamTimer.jsx +++ b/src/core/OuterExamTimer.jsx @@ -34,7 +34,7 @@ const ExamTimer = ({ courseId }) => { submitExam={submitExam} expireExamAttempt={expireExam} pollExamAttempt={pollAttempt} - pingAttempt={pingAttempt} + pingAttempt={() => {}} /> )} {apiErrorMsg && }