fix eslint issue picked up by codeclimate
This commit is contained in:
parent
d87bb7c75c
commit
1a8c7810be
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in a new issue