diff --git a/src/instructions/RejectedInstructions.jsx b/src/instructions/RejectedInstructions.jsx index 3c917a9..50afd51 100644 --- a/src/instructions/RejectedInstructions.jsx +++ b/src/instructions/RejectedInstructions.jsx @@ -12,6 +12,8 @@ const RejectedExamInstructions = ({ examType }) => { switch (examType) { case ExamType.PROCTORED: return ; + case ExamType.PRACTICE: + return ; case ExamType.ONBOARDING: return ; default: diff --git a/src/instructions/VerifiedInstructions.jsx b/src/instructions/VerifiedInstructions.jsx index 6c9f1c1..0f85dd7 100644 --- a/src/instructions/VerifiedInstructions.jsx +++ b/src/instructions/VerifiedInstructions.jsx @@ -11,6 +11,8 @@ const VerifiedExamInstructions = ({ examType }) => { switch (examType) { case ExamType.ONBOARDING: return ; + case ExamType.PRACTICE: + return ; case ExamType.PROCTORED: return ; default: