mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Fix changeStatus
This commit is contained in:
@@ -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