Skip to content

Commit 1728e51

Browse files
committed
fix: unused variable
Signed-off-by: miacycle <184569369+miacycle@users.noreply.github.com>
1 parent de6bdca commit 1728e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 : "");
19+
// const extractedSection = (chapters.length > 0 ? chapters[0].fields.section : "");
2020
const [hasBookmark, setHasBookmark] = useState(false);
2121
const [bookmarkUrl, setBookmarkUrl] = useState("");
2222
const [showNotification, setShowNotification] = useState(true);

0 commit comments

Comments
 (0)