This commit is contained in:
f4ilji
2024-11-24 14:55:12 +05:00
parent 048f046dcf
commit 77cc7b2c76
4 changed files with 129 additions and 10 deletions
+3 -1
View File
@@ -63,7 +63,9 @@
>
<span>
<div class="flex items-center gap-3">
<span v-if="post" class="truncate text-sm">{{ textLimit(post.authors[0], 20) }}</span>
<span v-if="post && post.authors && post.authors.length > 0" class="truncate text-sm">
{{ textLimit(post.authors[0], 20) }}
</span>
</div>
</span>
<span class="text-xs text-gray-300 dark:text-gray-600"