Fix visiblity of old objectives

This commit is contained in:
Lorenz Padberg 2024-02-07 12:04:22 +01:00
parent fa68f68a6e
commit ce7ab55cba
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<div
class="module__objective-groups"
v-if="module.objectiveGroups.length && showObjectives() || true"
v-if="module.objectiveGroups.length && showObjectives()"
>
<objective-groups
:groups="languageCommunicationObjectiveGroups"
@ -85,6 +85,7 @@
/>
</div>
<chapter
:chapter="chapter"
:index="index"