1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

fix NPE in EventTile

This commit is contained in:
Matthew Hodgson
2016-09-12 17:29:10 +01:00
parent 97976939bd
commit 13eed6cd39

View File

@@ -478,7 +478,7 @@ module.exports = React.createClass({
<div className={classes}>
<div className="mx_EventTile_roomName">
<a href={ permalink }>
{ room.name }
{ room ? room.name : '' }
</a>
</div>
<div className="mx_EventTile_senderDetails">