Remove second objective groups block
This commit is contained in:
parent
03623fbcc6
commit
db4353faa1
|
|
@ -25,10 +25,6 @@
|
||||||
|
|
||||||
<chapter :chapter="chapter" :index="index" v-for="(chapter, index) in module.chapters" :key="chapter.id"></chapter>
|
<chapter :chapter="chapter" :index="index" v-for="(chapter, index) in module.chapters" :key="chapter.id"></chapter>
|
||||||
|
|
||||||
<objective-groups @updateObjectiveProgress="updateObjectiveProgress" :groups="languageCommunicationObjectiveGroups"
|
|
||||||
:control="true"></objective-groups>
|
|
||||||
<objective-groups @updateObjectiveProgress="updateObjectiveProgress" :groups="societyObjectiveGroups"
|
|
||||||
:control="true"></objective-groups>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue