feat: Lint + clean up

This commit is contained in:
2025-11-06 18:50:08 +01:00
parent abfd2bebac
commit a8eca965dc
2 changed files with 1 additions and 53 deletions

View File

@@ -12,7 +12,7 @@
variant="subtle"
:actions="createChatMessageActions(comment)"
>
<template #leading="{ avatar }">
<template>
<div class="flex flex-col">
<UAvatar icon="i-lucide-bot" />
<p class="text-sm">{{ comment.createdBy.name }}</p>