Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aar-if committed Feb 22, 2024
1 parent 73b19dd commit 02833c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studentprogram/src/pages/lessonList.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function LessonList({ footerLinks }) {
}, [lessonId]);

const handleExitButton = () => {
// window.location.reload();
window.location.reload();
setLesson();
setLessonId();
if (
Expand Down

0 comments on commit 02833c7

Please sign in to comment.