mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: use user_id for avatar shape
This commit is contained in:
parent
3fe5f47eea
commit
854b9f62b0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const HeaderProfileBox = () => {
|
|||
<AccountArea>
|
||||
<div>{auth.userInfo.username}</div>
|
||||
<div>
|
||||
<Avvvatars value={auth.userInfo.username} style="shape" />
|
||||
<Avvvatars value={auth.userInfo.user_id} style="shape" />
|
||||
</div>
|
||||
</AccountArea>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue