Skip to content

Commit

Permalink
feat: hotfix to post-submit page for new ida
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Nov 7, 2024
1 parent 89d0b18 commit 63a38ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/instructions/RejectedInstructions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const RejectedExamInstructions = ({ examType }) => {
switch (examType) {
case ExamType.PROCTORED:
return <RejectedProctoredExamInstructions />;
case ExamType.PRACTICE:
return <RejectedProctoredExamInstructions />;
case ExamType.ONBOARDING:
return <RejectedOnboardingExamInstructions />;
default:
Expand Down
2 changes: 2 additions & 0 deletions src/instructions/VerifiedInstructions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const VerifiedExamInstructions = ({ examType }) => {
switch (examType) {
case ExamType.ONBOARDING:
return <VerifiedOnboardingExamInstructions />;
case ExamType.PRACTICE:
return <VerifiedOnboardingExamInstructions />;
case ExamType.PROCTORED:
return <VerifiedProctoredExamInstructions />;
default:
Expand Down

0 comments on commit 63a38ff

Please sign in to comment.