mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Revert "Update curly braces styling"
This reverts commit ba0f6766caefb700324a0a4441e0427689b8faf7.
This commit is contained in:
parent
ba0f6766ca
commit
67c9fe1e07
@ -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…
x
Reference in New Issue
Block a user