From c9e53a93b5754f27164a8f301af1fc25e3f2b1b1 Mon Sep 17 00:00:00 2001 From: Cesar <117487764+sibas1@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:08:37 -0500 Subject: [PATCH] fix(lesson): fix --- client/src/features/courses/components/VideoLessons/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/features/courses/components/VideoLessons/index.tsx b/client/src/features/courses/components/VideoLessons/index.tsx index 83f64b3..049b204 100644 --- a/client/src/features/courses/components/VideoLessons/index.tsx +++ b/client/src/features/courses/components/VideoLessons/index.tsx @@ -47,7 +47,7 @@ const VideoLessons = ({ moduleActiveId, lessons, courseId }: VideoLessonsProps)