Skip to content

Commit 9ee2ab9

Browse files
committed
fixup! fixup! fixup! fixup! feat: Syllabus page for learner MFE
1 parent 0fe0d64 commit 9ee2ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SyllabusTabLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SyllabusTabLink = () => {
1111
const intl = useIntl();
1212
const match = useMatch(SYLLABUS_ROUTE);
1313
const { courseId } = useParams();
14-
return match && courseId && (
14+
return courseId && (
1515
<Link
1616
key="syllabus"
1717
className={classNames('nav-item flex-shrink-0 nav-link', { active: !!match })}

0 commit comments

Comments
 (0)