Skip to content

Commit

Permalink
fix(lesson): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 19, 2024
1 parent 0cf9161 commit c9e53a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const VideoLessons = ({ moduleActiveId, lessons, courseId }: VideoLessonsProps)
<Link
href={{
pathname: `${courseId}`,
query: { lessonActive: `${lesson?.['_id']}-${moduleActiveId}` || lesson.id },
query: { lessonActive: `${moduleActiveId}-${lesson?.['_id']}` || lesson.id },
}}
scroll={false}
className={cn(
Expand Down

0 comments on commit c9e53a9

Please sign in to comment.