Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Feb 23, 2024
1 parent 08eb9e1 commit 2e489a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packs/components/workflows/proctor/exams/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ const ExamProctoring: React.FC = () => (

const ProctoringRecipients: React.FC<{
exam: exams_proctoring$key;
course?: exams_proctoring$data['course']
course?: { id: string, title: string };
}> = (props) => {
const {
exam,
Expand Down

0 comments on commit 2e489a7

Please sign in to comment.