We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6bdca commit 1728e51Copy full SHA for 1728e51
1 file changed
src/sections/Learn-Layer5/Course-Overview/index.js
@@ -16,7 +16,7 @@ import BookmarkNotification from "../../../components/Learn-Components/BookmarkN
16
17
const CourseOverview = ({ course, chapters, serviceMeshesList, children }) => {
18
19
- const extractedSection = (chapters.length > 0 ? chapters[0].fields.section : "");
+ // const extractedSection = (chapters.length > 0 ? chapters[0].fields.section : "");
20
const [hasBookmark, setHasBookmark] = useState(false);
21
const [bookmarkUrl, setBookmarkUrl] = useState("");
22
const [showNotification, setShowNotification] = useState(true);
0 commit comments