From 5833c29817cf6c67cf8550c78c90a406fecae787 Mon Sep 17 00:00:00 2001 From: Reto Aebersold Date: Tue, 24 Oct 2023 08:40:10 +0200 Subject: [PATCH] fix: only show Kompetenznachweis in KompetenzNavi Closes #VBV-556 --- .../assignment/AssignmentIntroductionView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/learningPath/learningContentPage/assignment/AssignmentIntroductionView.vue b/client/src/pages/learningPath/learningContentPage/assignment/AssignmentIntroductionView.vue index 8b73b907..1473f79e 100644 --- a/client/src/pages/learningPath/learningContentPage/assignment/AssignmentIntroductionView.vue +++ b/client/src/pages/learningPath/learningContentPage/assignment/AssignmentIntroductionView.vue @@ -90,7 +90,7 @@ const step = useRouteQuery("step");

-
+

{{ $t("a.Kompetenznachweis") }}

{{