File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src-ts/tools/learn/course-details/course-curriculum Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
7777 * Handle user click on start course/resume/login button
7878 */
7979 const handleStartCourseClick : ( ) => void = useCallback ( ( ) => {
80- console . debug ( props . profile )
80+
8181 // if user is not logged in, redirect to login page
8282 if ( ! isLoggedIn ) {
8383 // add a flag to the return url to show the academic policy modal
@@ -90,7 +90,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
9090 // let them know
9191 if ( props . profile ?. isWipro && ! props . profile . diceEnabled ) {
9292 // TODO
93- console . debug ( 'user needs dice' )
93+ console . debug ( 'TODO: user needs dice' )
9494 return
9595 }
9696
You can’t perform that action at this time.
0 commit comments