From f9425d92528c690a887a66c35d220e914a80b818 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 24 Jan 2022 16:51:12 +0330 Subject: [PATCH] update --- src/components/CourseChapter/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/CourseChapter/index.js b/src/components/CourseChapter/index.js index 97ea0a4..33cd11f 100644 --- a/src/components/CourseChapter/index.js +++ b/src/components/CourseChapter/index.js @@ -4,7 +4,7 @@ const CourseChapter = ({ chapters }) => { return (
{/* top */} @@ -54,6 +54,7 @@ const CourseChapter = ({ chapters }) => { ))}
))} +
);