unbreak the custom app (broken by adding linkify to the underlying app)

pull/1/head
Matthew Hodgson 2015-07-12 14:27:26 +01:00
parent c33899e93a
commit c4b2530cc0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module.exports = React.createClass({
render: function() {
var content = this.props.mxEvent.getContent();
return (
<span className="mx_MTextTile" onClick={this.onClick}>
<span ref="content" className="mx_MTextTile mx_messageTileType" onClick={this.onClick}>
{content.body}
</span>
);