refactor(client): remove avatarType, add auth effects, simplify UserAvatar
This commit is contained in:
@@ -181,7 +181,6 @@ export function MessagesPage() {
|
||||
<UserAvatar
|
||||
userId="admin"
|
||||
avatarUrl={adminAv?.avatar}
|
||||
avatarType={adminAv?.avatarType}
|
||||
avatarStyle={adminAv?.avatarStyle}
|
||||
size={24}
|
||||
/>
|
||||
@@ -189,7 +188,6 @@ export function MessagesPage() {
|
||||
<UserAvatar
|
||||
userId={currentUser.id}
|
||||
avatarUrl={currentUser.avatar}
|
||||
avatarType={currentUser.avatarType}
|
||||
avatarStyle={currentUser.avatarStyle}
|
||||
size={24}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user