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 50c0ba5 + 0c50ff6 commit 6979b14Copy full SHA for 6979b14
src/components/catalog/CatalogCard.js
@@ -17,7 +17,7 @@ const CatalogCard = ({ course }) => {
17
<div className="course-info">
18
<h4 className="course-title">{course.title}</h4>
19
<p className="course-description">{course.description}</p>
20
- <ProgressBar value={completed} max={course.lessons.length} label="Lessons" />
+ {/* <ProgressBar value={completed} max={course.lessons.length} label="Lessons" /> */}
21
</div>
22
</Link>
23
);
0 commit comments