diff --git a/examples/custom/CustomMTextTile.js b/examples/custom/CustomMTextTile.js index 983bd0b8..716c2001 100644 --- a/examples/custom/CustomMTextTile.js +++ b/examples/custom/CustomMTextTile.js @@ -27,7 +27,7 @@ module.exports = React.createClass({ render: function() { var content = this.props.mxEvent.getContent(); return ( - + {content.body} );