ENCOA-311
This commit is contained in:
@@ -103,7 +103,6 @@ const Level: React.FC<ExamProps<LevelExam>> = ({ exam, showSolutions = false, pr
|
||||
|
||||
const hasPractice = useMemo(() => {
|
||||
if (partIndex > -1 && partIndex < exam.parts.length && !showPartDivider) {
|
||||
console.log(exam.parts[partIndex].exercises.some(e => e.isPractice))
|
||||
return exam.parts[partIndex].exercises.some(e => e.isPractice)
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user