fix: additional bugs

This commit is contained in:
swve 2024-02-04 19:28:45 +01:00
parent 0c6ce121b0
commit 925276dc7a
3 changed files with 16 additions and 10 deletions

View file

@ -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 {