corrections

This commit is contained in:
Mathieu Jaumotte 2021-05-23 12:30:09 +02:00
parent 3f2fe6a138
commit bf576e171c
2 changed files with 4 additions and 6 deletions

View File

@ -41,7 +41,7 @@ export default {
Confirm,
},
computed: mapState([
'accompanyingCourse', 'socialIssueOptions'
'accompanyingCourse'
])
};
</script>

View File

@ -20,11 +20,9 @@
<teleport to="#header-accompanying_course-name #banner-status">
<div v-if="accompanyingCourse.step === 'DRAFT'">
<a href="#bottom">
<span class="badge badge-secondary">
{{ $t('course.step.draft') }}
</span>
</a>
<span class="badge badge-secondary">
{{ $t('course.step.draft') }}
</span>
</div>
<div v-else>
<div>