From 1a8c7810be1ba210df8da7d719292406606220be Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 3 Sep 2017 09:13:15 -0400 Subject: [PATCH] fix eslint issue picked up by codeclimate --- frontend/src/components/Maps/MapCard.js | 1 - frontend/src/components/TopicCard/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/components/Maps/MapCard.js b/frontend/src/components/Maps/MapCard.js index 43dae0d4..b2b36d7c 100644 --- a/frontend/src/components/Maps/MapCard.js +++ b/frontend/src/components/Maps/MapCard.js @@ -1,7 +1,6 @@ import React, { Component, PropTypes } from 'react' import { Link } from 'react-router' import { find, values } from 'lodash' -import Util from '../../Metamaps/Util' const IN_CONVERSATION = 1 // shared with /realtime/reducer.js diff --git a/frontend/src/components/TopicCard/index.js b/frontend/src/components/TopicCard/index.js index 2efcf9b6..0ed56224 100644 --- a/frontend/src/components/TopicCard/index.js +++ b/frontend/src/components/TopicCard/index.js @@ -6,7 +6,6 @@ import Links from './Links' import Desc from './Desc' import Attachments from './Attachments' import Follow from './Follow' -import Util from '../../Metamaps/Util' class ReactTopicCard extends Component { render = () => {