Revert "Update curly braces styling"

This reverts commit ba0f6766ca.
pull/21833/head
Šimon Brandner 2021-06-07 15:25:57 +02:00
parent ba0f6766ca
commit 67c9fe1e07
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 65 additions and 66 deletions

View File

@ -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}
/>
);