fix: use user_id for avatar shape

This commit is contained in:
swve 2022-11-13 22:33:56 +01:00
parent 3fe5f47eea
commit 854b9f62b0

View file

@ -30,7 +30,7 @@ export const HeaderProfileBox = () => {
<AccountArea> <AccountArea>
<div>{auth.userInfo.username}</div> <div>{auth.userInfo.username}</div>
<div> <div>
<Avvvatars value={auth.userInfo.username} style="shape" /> <Avvvatars value={auth.userInfo.user_id} style="shape" />
</div> </div>
</AccountArea> </AccountArea>
)} )}