Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4289 from matrix-org/t3chguy/userInfo_avatar
Browse files Browse the repository at this point in the history
blank out UserInfo avatar when changing between members
  • Loading branch information
t3chguy authored Mar 27, 2020
2 parents 2278a72 + a974f0f commit cf4f595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/right_panel/UserInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,7 @@ const UserInfoHeader = ({onClose, member, e2eStatus}) => {
<div>
<div>
<MemberAvatar
key={member.userId} // to instantly blank the avatar when UserInfo changes members
member={member}
width={2 * 0.3 * window.innerHeight} // 2x@30vh
height={2 * 0.3 * window.innerHeight} // 2x@30vh
Expand Down

0 comments on commit cf4f595

Please sign in to comment.