Just be a little less ugly
This commit is contained in:
parent
f25bf58d6d
commit
2bd5b0fdad
3 changed files with 13 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = React.createClass({
|
|||
return (
|
||||
<div className="mx_MessageTile">
|
||||
<MessageTimestamp ts={this.props.mxEvent.getTs()} />
|
||||
<SenderProfile mxEvent={this.props.mxEvent} />:
|
||||
<SenderProfile mxEvent={this.props.mxEvent} />
|
||||
<TileType mxEvent={this.props.mxEvent} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue