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