fix class called 2x in vue component

This commit is contained in:
Mathieu Jaumotte 2021-07-30 20:03:23 +02:00
parent 51216b90c5
commit 02bea40cc4

View File

@ -2,9 +2,6 @@
<banner></banner>
<sticky-nav></sticky-nav>
<div class="row justify-content-end">
<div class="col-md-11 col-xxl">
<h1 v-if="accompanyingCourse.step === 'DRAFT'">{{ $t('course.title.draft') }}</h1>
<h1 v-else>{{ $t('course.title.active') }}</h1>
@ -17,8 +14,6 @@
<comment v-if="accompanyingCourse.step === 'DRAFT'"></comment>
<confirm v-if="accompanyingCourse.step === 'DRAFT'"></confirm>
</div>
</div>
</template>
<script>