diff --git a/web/src/component/Manage.js b/web/src/component/Manage.js index 6aea074..bfdf33c 100644 --- a/web/src/component/Manage.js +++ b/web/src/component/Manage.js @@ -7,7 +7,6 @@ import { useContext } from "react"; function Manage(props) { let navigate = useNavigate(); const { langCode, setLangCode } = useContext(langCodeContext); - const codes = Object.keys(LANG_OPTIONS); return (