diff --git a/ui/src/components/loa/loaList.vue b/ui/src/components/loa/loaList.vue index 2151d1c..386f392 100644 --- a/ui/src/components/loa/loaList.vue +++ b/ui/src/components/loa/loaList.vue @@ -32,6 +32,7 @@ import { getLocalTimeZone, } from "@internationalized/date" import { el } from "@fullcalendar/core/internal-common"; +import MemberCard from "../members/MemberCard.vue"; const props = defineProps<{ adminMode?: boolean @@ -146,7 +147,7 @@ async function commitExtend() { - {{ post.name }} + {{ post.type_name }} {{ formatDate(post.start_date) }}