We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00fb5b4 + e3eb441 commit d0f6629Copy full SHA for d0f6629
src-ts/tools/learn/welcome/courses-card/CoursesCard.tsx
@@ -56,7 +56,7 @@ const CoursesCard: FC<CoursesCardProps> = (props: CoursesCardProps) => {
56
}
57
58
const completionTimeRange: TCACertificationCompletionTimeRange = useHoursEstimateToRange(
59
- props.certification.completionHours,
+ props.certification.course.estimatedCompletionTimeValue,
60
)
61
62
return (
0 commit comments