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 8081eaa + 72eec5a commit d7d4da3Copy full SHA for d7d4da3
src/components/ProgramsDashboard/index.jsx
@@ -33,7 +33,7 @@ function ProgramsDashboard({ cohorts, setLateModalProps }) {
33
const marketingCourses = marketingCursesList?.filter(
34
(item) => !activeCohorts.some(
35
(cohort) => cohort.slug === item?.cohort?.slug,
36
- ) && item?.course_translation?.title,
+ ) && item?.course_translation?.title && item?.visibility === 'PUBLIC',
37
);
38
39
useEffect(() => {
0 commit comments