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 @@