From f2d73793eea4a70e77fbcf97782dc7f23d726269 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 3 Oct 2019 10:04:27 +0100 Subject: [PATCH] delint again Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/MessagePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index d2aa407cfd..7254059734 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -437,7 +437,7 @@ module.exports = createReactClass({ } // At this point, i = the index of the last event in the summary sequence - let eventTiles = summarisedEvents.map((e) => { + const eventTiles = summarisedEvents.map((e) => { // In order to prevent DateSeparators from appearing in the expanded form // of EventListSummary, render each member event as if the previous // one was itself. This way, the timestamp of the previous event === the