We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91493ee commit f50eadeCopy full SHA for f50eade
src-ts/tools/learn/welcome/courses-card/CoursesCard.tsx
@@ -60,7 +60,7 @@ const CoursesCard: FC<CoursesCardProps> = (props: CoursesCardProps) => {
60
}
61
62
const completionTimeRange: TCACertificationCompletionTimeRange = useHoursEstimateToRange(
63
- props.certification.course.estimatedCompletionTimeValue,
+ props.certification.course?.estimatedCompletionTimeValue,
64
)
65
66
return (
0 commit comments