Skip to content

Commit 3eee018

Browse files
committed
Fix missing newline
1 parent 01cc6e1 commit 3eee018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/pages/CourseDashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export function CourseDashboard() {
4949
Notiflix.Notify.failure("Error occurred during course creation");
5050
}
5151
};
52+
5253
useEffect(() => {
5354
const userId = Cookies.get('userId');
5455

0 commit comments

Comments
 (0)