We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cc6e1 commit 3eee018Copy full SHA for 3eee018
frontend/src/components/pages/CourseDashboard.js
@@ -49,6 +49,7 @@ export function CourseDashboard() {
49
Notiflix.Notify.failure("Error occurred during course creation");
50
}
51
};
52
+
53
useEffect(() => {
54
const userId = Cookies.get('userId');
55
0 commit comments