mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: additional bugs
This commit is contained in:
parent
0c6ce121b0
commit
925276dc7a
3 changed files with 16 additions and 10 deletions
|
|
@ -30,6 +30,7 @@ function UserAvatar(props: UserAvatarProps) {
|
|||
return predefinedAvatar
|
||||
} else {
|
||||
if (props.avatar_url) {
|
||||
console.log('avatar_url',props.avatar_url)
|
||||
return props.avatar_url
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue