diff --git a/src/components/views/rooms/EntityTile.js b/src/components/views/rooms/EntityTile.js index 08471d0776..268de25e14 100644 --- a/src/components/views/rooms/EntityTile.js +++ b/src/components/views/rooms/EntityTile.js @@ -103,7 +103,7 @@ module.exports = React.createClass({ if (this.props.showInviteButton) { inviteButton = (
- +
); }