parent
ba0f6766ca
commit
67c9fe1e07
1 changed files with 65 additions and 66 deletions
|
@ -385,8 +385,7 @@ export default class ImageView extends React.Component<IProps, IState> {
|
|||
const avatar = (
|
||||
<MemberAvatar
|
||||
member={mxEvent.sender}
|
||||
width={ 32 }
|
||||
height={ 32 }
|
||||
width={32} height={32}
|
||||
viewUserOnClick={true}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue