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