fix: no salia la imagen de perfil del usuario en el post

This commit is contained in:
2025-12-19 20:08:32 -03:00
parent 1539c00c27
commit 3c007d2a7a

View File

@@ -95,7 +95,7 @@
<div class="flex gap-3">
<a href={`/${post.authorName}`}>
<Avatar>
<AvatarImage></AvatarImage>
<AvatarImage src={post.authorImageUrl}></AvatarImage>
<AvatarFallback>{post.authorDisplayName[0].toUpperCase()}</AvatarFallback>
</Avatar>
</a>