Make linter happy :-)

This commit is contained in:
Elia Bieri 2024-08-07 10:53:32 +02:00
parent 51f71fb3f1
commit 49a74a6d32
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import { useCurrentCourseSession } from "@/composables"; import { useCurrentCourseSession } from "@/composables";
import router from "@/router"; import router from "@/router";
import { useCourseSessionsStore } from "@/stores/courseSessions"; import { useCourseSessionsStore } from "@/stores/courseSessions";
import type { Assignment, CompetenceCertificateAssignment } from "@/types"; import type { CompetenceCertificateAssignment } from "@/types";
import * as log from "loglevel"; import * as log from "loglevel";
log.debug("CompetenceAssignmentRow setup"); log.debug("CompetenceAssignmentRow setup");
@ -54,9 +54,9 @@ const openInCircle = (assignment: CompetenceCertificateAssignment) => {
<button <button
v-if="assignment.learning_content" v-if="assignment.learning_content"
:href="assignment.frontend_url" :href="assignment.frontend_url"
@click="() => openInCircle(assignment)"
class="link" class="link"
data-cy="open-learning-content" data-cy="open-learning-content"
@click="() => openInCircle(assignment)"
> >
{{ {{
$t("general.im circle x anschauen", { $t("general.im circle x anschauen", {