From c29ec28dfd19143feca5457f1b4700b6ce505abf Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 18 Jan 2016 20:15:12 +0000 Subject: [PATCH] fix layout for blunt join msgs --- src/components/structures/RoomView.js | 3 +++ 1 file changed, 3 insertions(+) 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}
+
); }