Display profile filter on mobile also

This commit is contained in:
Ramon Wenger 2024-07-31 15:20:39 +02:00 committed by Christian Cueni
parent bf5482e39c
commit dff81c0a6b
1 changed files with 1 additions and 1 deletions

View File

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