Skip to content

Commit

Permalink
fix(nx-dev): error on course detail page on mobile
Browse files Browse the repository at this point in the history
(cherry picked from commit ef4398e)
  • Loading branch information
juristr authored and FrozenPandaz committed Feb 8, 2025
1 parent b1ffa4f commit f592f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-courses/src/lib/lesson-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function LessonPlayer({ course, lesson }: LessonPlayerProps) {
</div>
{isExpanded && (
<div className="border-t border-slate-200 bg-slate-50 p-4 dark:border-slate-700 dark:bg-slate-800/50">
<LessonsList />
<LessonsList course={course} lesson={lesson} />
</div>
)}
</div>
Expand Down

0 comments on commit f592f59

Please sign in to comment.