fix: show system timezone in certificate request
This commit is contained in:
@@ -202,7 +202,7 @@ const openEvalCall = (evl) => {
|
||||
|
||||
const evaluationCourses = computed(() => {
|
||||
return props.courses.filter((course) => {
|
||||
return course.evaluator != ''
|
||||
return course.evaluator && course.evaluator != ''
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user