diff --git a/src/contents/education.tsx b/src/contents/education.tsx
index e5d46e8d3d1da6d73356101a40af42b633a8f10a..929201711da523995a2f6ddf571c86f82fd78e6e 100644
--- a/src/contents/education.tsx
+++ b/src/contents/education.tsx
@@ -6,7 +6,7 @@ import { openFromOtherPage } from "../components/Buttons";
 import { useNavigation } from "../utils/useNavigation";
 
 export function Education() {
-  const { goToPagesAndOpenTab, goToTextsAndOpenCollapsible } = useNavigation();
+  const { goToPagesAndOpenTab/* , goToTextsAndOpenCollapsible */ } = useNavigation();
   const location = useLocation();
     useEffect(() => {
         const params = new URLSearchParams(location.search);