Skip to content
Snippets Groups Projects
Commit 226d12ea authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Fix judge view page test

parent 99c36997
No related branches found
No related tags found
1 merge request!116Resolve "Add correcting instructions in question"
Pipeline #43037 passed with warnings
......@@ -20,7 +20,7 @@ const JudgeScoringInstructions = ({ question }: JudgeScoringInstructionsProps) =
return (
<JudgeScoringInstructionsContainer elevation={3}>
<Typography variant="h4">Rättningsinstruktioner</Typography>
<Typography variant="body1">{question.correcting_instructions}</Typography>
<Typography variant="body1">{question?.correcting_instructions}</Typography>
</JudgeScoringInstructionsContainer>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment