Remove isfetching all together.

This commit is contained in:
gaba
2017-04-26 14:25:18 -05:00
parent 6f58754617
commit 60d2735fa5
@@ -28,8 +28,8 @@ const tableHeaders = [
}
];
const People = ({isFetching, commenters, searchValue, onSearchChange, ...props}) => {
const hasResults = !isFetching && !!commenters.length;
const People = ({commenters, searchValue, onSearchChange, ...props}) => {
const hasResults = !!commenters.length;
return (
<div className={styles.container}>
<div className={styles.leftColumn}>