@@ -1318,7 +1318,7 @@ export default React.createClass({
{ this._getGroupSection() }
-
+
);
} else if (this.state.error) {
if (this.state.error.httpStatus === 404) {
diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js
index 6c6a8873f1..2d9443efb8 100644
--- a/src/components/structures/RoomView.js
+++ b/src/components/structures/RoomView.js
@@ -1820,7 +1820,7 @@ module.exports = React.createClass({
const rightPanel = this.state.room ?
+
-
+
);
},
});