From dd8313f9ce69b82dfd72b75e408007794431397a Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 21 Oct 2020 12:25:50 -0400 Subject: [PATCH] Fix Lint in HistoryRow --- frontend/src/History/HistoryRow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/History/HistoryRow.js b/frontend/src/History/HistoryRow.js index bff4533d3..4cbfd905c 100644 --- a/frontend/src/History/HistoryRow.js +++ b/frontend/src/History/HistoryRow.js @@ -5,7 +5,6 @@ import RelativeDateCellConnector from 'Components/Table/Cells/RelativeDateCellCo import TableRowCell from 'Components/Table/Cells/TableRowCell'; import TableRow from 'Components/Table/TableRow'; import { icons } from 'Helpers/Props'; -import MovieTitleLink from 'Indexer/MovieTitleLink'; import HistoryDetailsModal from './Details/HistoryDetailsModal'; import HistoryEventTypeCell from './HistoryEventTypeCell'; import styles from './HistoryRow.css';