diff --git a/skins/base/views/molecules/EventAsTextTile.js b/skins/base/views/molecules/EventAsTextTile.js index 4c04135f44..c22db0c4fb 100644 --- a/skins/base/views/molecules/EventAsTextTile.js +++ b/skins/base/views/molecules/EventAsTextTile.js @@ -34,10 +34,11 @@ module.exports = React.createClass({ if (text == null || text.length == 0) return null; var timestamp = this.props.last ? : null; + var avatar = this.props.mxEvent.sender ? : null; return (
- + { avatar }
{ timestamp }