Merge pull request #1334 from pateljannat/paid-certificate-on-courses

feat: paid certifications on courses
This commit is contained in:
Jannat Patel
2025-02-25 14:47:07 +05:30
committed by GitHub
23 changed files with 510 additions and 279 deletions

View File

@@ -169,6 +169,11 @@ const getCourses = () => {
})
}
}
if (courses.length == 1) {
evaluation.course = courses[0].value
}
return courses
}