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",
|
text: "Weiter lernen",
|
||||||
cyKey: "progress-dashboard-continue-course-link",
|
cyKey: "progress-dashboard-continue-course-link",
|
||||||
};
|
};
|
||||||
} else if (props.courseConfig?.role_key === "Expert") {
|
} else if (props.courseConfig?.role_key === "Trainer") {
|
||||||
return {
|
return {
|
||||||
href: getCockpitUrl(props.courseConfig?.course_slug),
|
href: getCockpitUrl(props.courseConfig?.course_slug),
|
||||||
text: "Cockpit anschauen",
|
text: "Cockpit anschauen",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue