diff --git a/frontend/src/components/pages/Study.js b/frontend/src/components/pages/Study.js index 981495f..f7b75d5 100644 --- a/frontend/src/components/pages/Study.js +++ b/frontend/src/components/pages/Study.js @@ -63,6 +63,7 @@ export default function Study() { console.log("isStepStar", isStepStart); setIsStepNormal(true); console.log("isStepNormal", isStepNormal); + handleLoggerOn(); // forceUpdate(); };