Skip to content

Commit 674a0c5

Browse files
authored
Merge pull request #553 from topcoder-platform/certif-details-page-fix
Cert details page fix -> dev
2 parents e7a4d40 + 0392ee1 commit 674a0c5

File tree

1 file changed

+1
-1
lines changed
  • src-ts/tools/learn/certification-details/certification-curriculum/curriculum-cards/course-card

1 file changed

+1
-1
lines changed

src-ts/tools/learn/certification-details/certification-curriculum/curriculum-cards/course-card/CourseCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const CourseCard: FC<CourseCardProps> = (props: CourseCardProps) => {
8686
}
8787

8888
const completionTimeRange: TCACertificationCompletionTimeRange = useHoursEstimateToRange(
89-
props.certification.course.estimatedCompletionTimeValue,
89+
props.certification.course?.estimatedCompletionTimeValue,
9090
)
9191

9292
return (

0 commit comments

Comments
 (0)