diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js
index 9c8dc42eca..a8c2cca56d 100644
--- a/src/components/structures/RoomView.js
+++ b/src/components/structures/RoomView.js
@@ -1457,6 +1457,7 @@ module.exports = React.createClass({
canJoin={ true } canPreview={ false }/>
{joinErrorText}
+
);
}
@@ -1489,6 +1490,7 @@ module.exports = React.createClass({
// We deliberately don't try to peek into invites, even if we have permission to peek
// as they could be a spam vector.
// XXX: in future we could give the option of a 'Preview' button which lets them view anyway.
+
return (
@@ -1500,6 +1502,7 @@ module.exports = React.createClass({
{joinErrorText}
{rejectErrorText}
+
);
}