Skip to content

Commit

Permalink
feat: Add border for active tab in course navigation at Live page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek authored and leangseu-edx committed Mar 22, 2023
1 parent 743650a commit 4cf0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ subscribe(APP_READY, () => {
</TabContainer>
</PageRoute>
<PageRoute path="/course/:courseId/live">
<TabContainer tab="live" fetch={fetchLiveTab} slice="courseHome">
<TabContainer tab="lti_live" fetch={fetchLiveTab} slice="courseHome">
<LiveTab />
</TabContainer>
</PageRoute>
Expand Down

0 comments on commit 4cf0c7f

Please sign in to comment.