1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

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

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