fix: review avatar uses authorId instead of displayName, show reviews for hidden products
This commit is contained in:
@@ -25,6 +25,7 @@ export type PublicReviewFeedItem = {
|
||||
text: string | null
|
||||
imageUrl: string | null
|
||||
createdAt: string
|
||||
authorId: string
|
||||
authorDisplay: string
|
||||
authorAvatar?: string | null
|
||||
authorAvatarStyle?: string | null
|
||||
@@ -53,6 +54,7 @@ export type PublicProductReviewItem = {
|
||||
text: string | null
|
||||
imageUrl: string | null
|
||||
createdAt: string
|
||||
authorId: string
|
||||
authorDisplay: string
|
||||
authorAvatar?: string | null
|
||||
authorAvatarStyle?: string | null
|
||||
|
||||
Reference in New Issue
Block a user