mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
fix: no salia la imagen de perfil del usuario en el post
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user