Fix c2a for expert

This commit is contained in:
Christian Cueni 2024-05-02 10:19:47 +02:00
parent 7ef088aa9e
commit c977fcf510
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const actionButtonProps = computed<{ href: string; text: string; cyKey: string }
text: "Weiter lernen",
cyKey: "progress-dashboard-continue-course-link",
};
} else if (props.courseConfig?.role_key === "Expert") {
} else if (props.courseConfig?.role_key === "Trainer") {
return {
href: getCockpitUrl(props.courseConfig?.course_slug),
text: "Cockpit anschauen",