mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 08:40:40 +02:00
fix: course length
This commit is contained in:
committed by
Kamran Ahmed
parent
f9f38101f9
commit
40c7ea1b43
@@ -75,7 +75,6 @@ const { response: userCounts } =
|
|||||||
resourceType='roadmap'
|
resourceType='roadmap'
|
||||||
>
|
>
|
||||||
<div class='bg-gray-50'>
|
<div class='bg-gray-50'>
|
||||||
<!-- // TODO: get courses count -->
|
|
||||||
<RoadmapHeader
|
<RoadmapHeader
|
||||||
title={title}
|
title={title}
|
||||||
description={description}
|
description={description}
|
||||||
@@ -84,7 +83,7 @@ const { response: userCounts } =
|
|||||||
isForkable={true}
|
isForkable={true}
|
||||||
activeTab='projects'
|
activeTab='projects'
|
||||||
projectCount={projects.length}
|
projectCount={projects.length}
|
||||||
coursesCount={0}
|
coursesCount={roadmapData.courses?.length || 0}
|
||||||
hasAIChat={true}
|
hasAIChat={true}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user