diff --git a/ui/src/components/application/ApplicationChat.vue b/ui/src/components/application/ApplicationChat.vue index 2501d50..b6d930c 100644 --- a/ui/src/components/application/ApplicationChat.vue +++ b/ui/src/components/application/ApplicationChat.vue @@ -15,6 +15,7 @@ import { useAuth } from '@/composables/useAuth' import { CommentRow } from '@shared/types/application' import { Dot } from 'lucide-vue-next' import { ref } from 'vue' +import MemberCard from '../members/MemberCard.vue' const props = defineProps<{ messages: CommentRow[] @@ -71,7 +72,7 @@ function onSubmit(values: { text: string }, { resetForm }: { resetForm: () => vo
{{ message.poster_name }}
+