mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Update curly braces styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c3fdd73357
commit
ba0f6766ca
1 changed files with 66 additions and 65 deletions
|
@ -385,7 +385,8 @@ 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…
Reference in a new issue