fix eslint issue picked up by codeclimate

This commit is contained in:
Connor Turland 2017-09-03 09:13:15 -04:00
parent d87bb7c75c
commit 1a8c7810be
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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 = () => {