From 651cb8b9a7733b44cfce7a8a075da9d6c5c5a8fe Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 27 May 2019 16:43:12 +0200 Subject: [PATCH] lint --- src/utils/EventUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/EventUtils.js b/src/utils/EventUtils.js index 626bb206cf..76ef044b2a 100644 --- a/src/utils/EventUtils.js +++ b/src/utils/EventUtils.js @@ -16,7 +16,6 @@ limitations under the License. import { EventStatus } from 'matrix-js-sdk'; import MatrixClientPeg from '../MatrixClientPeg'; -import { findLastIndex, findIndex } from "lodash"; import shouldHideEvent from "../shouldHideEvent"; /** * Returns whether an event should allow actions like reply, reactions, edit, etc.