feat: Add border for active tab in course navigation at Live page

This commit is contained in:
lunyachek
2023-02-22 00:10:33 +02:00
committed by leangseu-edx
parent 5dab08761c
commit fbaa41a8ae

View File

@@ -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>