diff --git a/src/app/(student)/courses/[slug]/lessons/[lessonId]/page.tsx b/src/app/(student)/courses/[slug]/lessons/[lessonId]/page.tsx index b204298..0e1097a 100644 --- a/src/app/(student)/courses/[slug]/lessons/[lessonId]/page.tsx +++ b/src/app/(student)/courses/[slug]/lessons/[lessonId]/page.tsx @@ -127,7 +127,7 @@ export default async function LessonPage({ params }: Props) {
{/* DEBUG: remove after fix */} - {isAdmin &&

coverImage: {lesson.coverImage ?? "NULL"}

} +
DEBUG coverImage: {String(lesson.coverImage ?? "NULL")} | isAdmin: {String(isAdmin)}
)}