From c4b2530cc01b09b319fcc8364758de7d77991689 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 12 Jul 2015 14:27:26 +0100 Subject: [PATCH] unbreak the custom app (broken by adding linkify to the underlying app) --- examples/custom/CustomMTextTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} );