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 fe092c2 commit cbcfac4Copy full SHA for cbcfac4
src-ts/tools/learn/course-details/course-curriculum/CourseCurriculum.tsx
@@ -87,7 +87,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
87
}
88
89
// if the user is wipro and s/he hasn't set up DICE,
90
- // let them know
+ // let the user know
91
if (props.profile?.isWipro && !props.profile.diceEnabled) {
92
// TODO
93
console.debug('TODO: user needs dice')
0 commit comments