Merge branch 'develop' into matthew/redesign
This commit is contained in:
commit
baf777a418
4 changed files with 17 additions and 8 deletions
|
@ -114,7 +114,9 @@ module.exports = React.createClass({
|
|||
</div>
|
||||
);
|
||||
}
|
||||
sender = <SenderProfile mxEvent={this.props.mxEvent} aux={aux} />;
|
||||
if (EventTileType.needsSenderProfile()) {
|
||||
sender = <SenderProfile mxEvent={this.props.mxEvent} aux={aux} />;
|
||||
}
|
||||
}
|
||||
return (
|
||||
<div className={classes}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue