Fix changeStatus

This commit is contained in:
gaba
2016-11-22 12:32:33 -08:00
parent f7c4e8bf24
commit ff6ee76d3d
5 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,3 @@
import React from 'react';
import timeago from 'timeago.js';
import styles from './CommentList.css';
@@ -6,6 +5,7 @@ import I18n from 'coral-framework/modules/i18n/i18n';
import translations from '../translations.json';
import Linkify from 'react-linkify';
import {FabButton} from 'coral-ui';
import {Icon} from 'react-mdl';
const linkify = new Linkify();
@@ -31,7 +31,6 @@ const tableHeaders = [
];
const Community = ({isFetching, commenters, ...props}) => {
console.log(commenters);
const hasResults = !isFetching && !!commenters.length;
return (
<Grid>