diff --git a/src/components/structures/FilePanel.js b/src/components/structures/FilePanel.js index fb2bdcad42..c7e8295f80 100644 --- a/src/components/structures/FilePanel.js +++ b/src/components/structures/FilePanel.js @@ -117,17 +117,17 @@ const FilePanel = createReactClass({ // console.log("rendering TimelinePanel for timelineSet " + this.state.timelineSet.room.roomId + " " + // "(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId); return ( - +
+ +
); } else { return ( diff --git a/src/components/structures/NotificationPanel.js b/src/components/structures/NotificationPanel.js index 3a07bf2e63..470c7c8728 100644 --- a/src/components/structures/NotificationPanel.js +++ b/src/components/structures/NotificationPanel.js @@ -38,16 +38,16 @@ const NotificationPanel = createReactClass({ const timelineSet = MatrixClientPeg.get().getNotifTimelineSet(); if (timelineSet) { return ( - +
+ +
); } else { console.error("No notifTimelineSet available!");