mirror of https://github.com/vector-im/riot-web
Update curly braces styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
c3fdd73357
commit
ba0f6766ca
|
@ -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 New Issue