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
@@ -31,7 +31,6 @@ const tableHeaders = [
];
const Community = ({isFetching, commenters, ...props}) => {
console.log(commenters);
const hasResults = !isFetching && !!commenters.length;
return (
<Grid>