Fix c2a for expert
This commit is contained in:
parent
7ef088aa9e
commit
c977fcf510
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue