From be82485d51f5bdd85fa38c3e8095eb92f02a6447 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Tue, 10 May 2022 18:02:25 +0430 Subject: [PATCH] update src/components/CourseList/index.js --- src/components/CourseList/index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/CourseList/index.js b/src/components/CourseList/index.js index 7c6d9d4..c117bb3 100644 --- a/src/components/CourseList/index.js +++ b/src/components/CourseList/index.js @@ -40,14 +40,7 @@ const CourseChapter = ({ courseTitle, lessonName, grade, chapters }) => { `} > {Number(i) !== chapter.lessons.length - 1 && ( - + )} {/* left div content */}