fix: review avatar uses authorId instead of displayName, show reviews for hidden products
This commit is contained in:
@@ -102,7 +102,7 @@ export function ReviewsBlock() {
|
||||
)}
|
||||
<Stack direction="row" spacing={1.5} sx={{ minWidth: { sm: 200 }, alignItems: 'center' }}>
|
||||
<UserAvatar
|
||||
userId={r.authorDisplay}
|
||||
userId={r.authorId}
|
||||
avatarUrl={r.authorAvatar}
|
||||
avatarStyle={r.authorAvatarStyle}
|
||||
size={40}
|
||||
|
||||
Reference in New Issue
Block a user