refactor(client): remove avatarType, add auth effects, simplify UserAvatar
This commit is contained in:
@@ -104,7 +104,6 @@ export function ReviewsBlock() {
|
||||
<UserAvatar
|
||||
userId={r.authorDisplay}
|
||||
avatarUrl={r.authorAvatar}
|
||||
avatarType={r.authorAvatarType}
|
||||
avatarStyle={r.authorAvatarStyle}
|
||||
size={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user