From 3beb70814c8b699f3d3d81da8dd36015bd635d14 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 7 May 2019 15:40:02 +0100 Subject: [PATCH] Fix indentation in TimelinePanel --- src/components/structures/TimelinePanel.js | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index aa278f2349..e065c5719e 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -1193,9 +1193,9 @@ const TimelinePanel = React.createClass({ if (this.state.events.length == 0 && !this.state.canBackPaginate && this.props.empty) { return ( -
-
{ this.props.empty }
-
+
+
{this.props.empty}
+
); } @@ -1217,28 +1217,28 @@ const TimelinePanel = React.createClass({ ); return (