You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-26 15:51:21 +03:00
Fix invisible avatar on home page (#11977)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2dbf6a8767
commit
2160f29473
@@ -84,7 +84,7 @@ const UserWelcomeTop: React.FC = () => {
|
||||
idName={userId}
|
||||
name={ownProfile.displayName}
|
||||
url={ownProfile.avatarUrl}
|
||||
size={AVATAR_SIZE + "px"}
|
||||
size={AVATAR_SIZE}
|
||||
/>
|
||||
</MiniAvatarUploader>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user