From e7917a6cdbc773b70ecea349517ece86b71f5801 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Mon, 19 Jun 2023 15:42:50 +0200 Subject: [PATCH] Fix linting errors --- client/src/components/dueDates/DueDateSingle.vue | 2 +- client/src/components/dueDates/DueDatesLongList.vue | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/client/src/components/dueDates/DueDateSingle.vue b/client/src/components/dueDates/DueDateSingle.vue index ba1ec7f2..d40dfb59 100644 --- a/client/src/components/dueDates/DueDateSingle.vue +++ b/client/src/components/dueDates/DueDateSingle.vue @@ -11,7 +11,7 @@ import { formatDate } from "@/components/dueDates/dueDatesUtils"; import type { DueDate } from "@/types"; import { defineProps } from "vue"; -const props = defineProps<{ +defineProps<{ dueDate: DueDate; }>(); diff --git a/client/src/components/dueDates/DueDatesLongList.vue b/client/src/components/dueDates/DueDatesLongList.vue index 8ef652d4..85e8e0cf 100644 --- a/client/src/components/dueDates/DueDatesLongList.vue +++ b/client/src/components/dueDates/DueDatesLongList.vue @@ -18,8 +18,7 @@