fix: only show Kompetenznachweis in KompetenzNavi
Closes #VBV-556
This commit is contained in:
parent
5904df6634
commit
5833c29817
|
|
@ -90,7 +90,7 @@ const step = useRouteQuery("step");
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div v-if="assignment?.competence_certificate">
|
||||||
<h3 class="mb-4 mt-8">{{ $t("a.Kompetenznachweis") }}</h3>
|
<h3 class="mb-4 mt-8">{{ $t("a.Kompetenznachweis") }}</h3>
|
||||||
<p class="text-large">
|
<p class="text-large">
|
||||||
{{
|
{{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue