Skip to content

Commit 79b6b2b

Browse files
leecalcoteCopilot
andauthored
Update src/sections/Learn-Layer5/Course-Overview/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 1728e51 commit 79b6b2b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/sections/Learn-Layer5/Course-Overview

src/sections/Learn-Layer5/Course-Overview/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import BookmarkNotification from "../../../components/Learn-Components/BookmarkN
1616

1717
const CourseOverview = ({ course, chapters, serviceMeshesList, children }) => {
1818

19-
// const extractedSection = (chapters.length > 0 ? chapters[0].fields.section : "");
2019
const [hasBookmark, setHasBookmark] = useState(false);
2120
const [bookmarkUrl, setBookmarkUrl] = useState("");
2221
const [showNotification, setShowNotification] = useState(true);

0 commit comments

Comments
 (0)