mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add live users avatar indicators
This commit is contained in:
parent
54718d7111
commit
6a47202c78
5 changed files with 100 additions and 15 deletions
|
|
@ -38,7 +38,6 @@ function UserAvatar(props: UserAvatarProps) {
|
|||
return predefinedAvatar
|
||||
} else {
|
||||
if (props.avatar_url) {
|
||||
console.log('avatar_url', props.avatar_url)
|
||||
return props.avatar_url
|
||||
} else {
|
||||
if (session.user.avatar_image) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue