Fix typecheck
This commit is contained in:
parent
db35a037eb
commit
f5e367d467
|
|
@ -60,7 +60,7 @@ const getNextStepLink = (courseSession: CourseSession) => {
|
||||||
<div>
|
<div>
|
||||||
<router-link
|
<router-link
|
||||||
class="btn-blue"
|
class="btn-blue"
|
||||||
:to="getNextStepLink(courseSession)"
|
:to="getNextStepLink(courseSession).value"
|
||||||
:data-cy="`continue-course-${courseSession.course.id}`"
|
:data-cy="`continue-course-${courseSession.course.id}`"
|
||||||
>
|
>
|
||||||
{{ $t("general.nextStep") }}
|
{{ $t("general.nextStep") }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue