Display profile filter on mobile also
This commit is contained in:
parent
bf5482e39c
commit
dff81c0a6b
|
|
@ -98,7 +98,7 @@ const changeViewType = (viewType: ViewType) => {
|
|||
</div>
|
||||
<!-- Right -->
|
||||
<LearningPathProfileFilter
|
||||
v-if="!useMobileLayout && course?.configuration.is_vv"
|
||||
v-if="course?.configuration.is_vv"
|
||||
:profiles="course?.profiles"
|
||||
:selected="filter"
|
||||
@select="updateCourseProfile"
|
||||
|
|
|
|||
Loading…
Reference in New Issue