Skip to content

Commit d0f6629

Browse files
authored
Merge pull request #514 from topcoder-platform/TCA-1015
TCA-1015 fix course time estimate from course
2 parents 00fb5b4 + e3eb441 commit d0f6629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/welcome/courses-card/CoursesCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const CoursesCard: FC<CoursesCardProps> = (props: CoursesCardProps) => {
5656
}
5757

5858
const completionTimeRange: TCACertificationCompletionTimeRange = useHoursEstimateToRange(
59-
props.certification.completionHours,
59+
props.certification.course.estimatedCompletionTimeValue,
6060
)
6161

6262
return (

0 commit comments

Comments
 (0)