Fix invisible avatar on home page (#11977)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2dbf6a8767
commit
2160f29473
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const UserWelcomeTop: React.FC = () => {
|
||||||
idName={userId}
|
idName={userId}
|
||||||
name={ownProfile.displayName}
|
name={ownProfile.displayName}
|
||||||
url={ownProfile.avatarUrl}
|
url={ownProfile.avatarUrl}
|
||||||
size={AVATAR_SIZE + "px"}
|
size={AVATAR_SIZE}
|
||||||
/>
|
/>
|
||||||
</MiniAvatarUploader>
|
</MiniAvatarUploader>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue