Skip to content

Commit 694b05c

Browse files
committed
fixed course id
1 parent 9f3c8f4 commit 694b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utiles/appx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function getExtraCourses(currentCourses: Course[], allCourses: Course[]) {
9292
let hasWebDev = false;
9393
let hasAi = false;
9494
let hasWeb3 = false;
95-
if (currentCourses.find((x) => x.id === 24)) {
95+
if (currentCourses.find((x) => x.id === 28)) {
9696
hasWebDev = true;
9797
hasAi = true;
9898
hasWeb3 = true;

0 commit comments

Comments
 (0)