Make linter happy :-)
This commit is contained in:
parent
51f71fb3f1
commit
49a74a6d32
|
|
@ -2,7 +2,7 @@
|
|||
import { useCurrentCourseSession } from "@/composables";
|
||||
import router from "@/router";
|
||||
import { useCourseSessionsStore } from "@/stores/courseSessions";
|
||||
import type { Assignment, CompetenceCertificateAssignment } from "@/types";
|
||||
import type { CompetenceCertificateAssignment } from "@/types";
|
||||
import * as log from "loglevel";
|
||||
|
||||
log.debug("CompetenceAssignmentRow setup");
|
||||
|
|
@ -54,9 +54,9 @@ const openInCircle = (assignment: CompetenceCertificateAssignment) => {
|
|||
<button
|
||||
v-if="assignment.learning_content"
|
||||
:href="assignment.frontend_url"
|
||||
@click="() => openInCircle(assignment)"
|
||||
class="link"
|
||||
data-cy="open-learning-content"
|
||||
@click="() => openInCircle(assignment)"
|
||||
>
|
||||
{{
|
||||
$t("general.im circle x anschauen", {
|
||||
|
|
|
|||
Loading…
Reference in New Issue