Fix visiblity of old objectives
This commit is contained in:
parent
fa68f68a6e
commit
ce7ab55cba
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue