fix missing objectives
This commit is contained in:
parent
72cab13b36
commit
78f142e2da
|
|
@ -3,7 +3,7 @@
|
|||
<h4>{{group.title}}</h4>
|
||||
|
||||
<ul class="objective-group__objective-list">
|
||||
<li class="objective-group__objective" v-for="objective in group.objectiveSet" :key="objective.id">
|
||||
<li class="objective-group__objective" v-for="objective in group.objectives" :key="objective.id">
|
||||
{{objective.text}}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue