Revert "Update curly braces styling"

This reverts commit ba0f6766ca.
This commit is contained in:
Š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

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