Skip to content

Commit 4cf0c7f

Browse files
Lunyachekleangseu-edx
authored andcommitted
feat: Add border for active tab in course navigation at Live page
1 parent 743650a commit 4cf0c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ subscribe(APP_READY, () => {
5757
</TabContainer>
5858
</PageRoute>
5959
<PageRoute path="/course/:courseId/live">
60-
<TabContainer tab="live" fetch={fetchLiveTab} slice="courseHome">
60+
<TabContainer tab="lti_live" fetch={fetchLiveTab} slice="courseHome">
6161
<LiveTab />
6262
</TabContainer>
6363
</PageRoute>

0 commit comments

Comments
 (0)