mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Fix changeStatus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user