diff --git a/client/coral-admin/src/routes/Community/containers/People.js b/client/coral-admin/src/routes/Community/containers/People.js index f8271b236..bd7fd2bac 100644 --- a/client/coral-admin/src/routes/Community/containers/People.js +++ b/client/coral-admin/src/routes/Community/containers/People.js @@ -16,6 +16,7 @@ import { appendNewNodes } from 'plugin-api/beta/client/utils'; import update from 'immutability-helper'; import { Spinner } from 'coral-ui'; import withQuery from 'coral-framework/hocs/withQuery'; +import { notifyOnMutationError, notifyOnDataError } from 'coral-framework/hocs'; class PeopleContainer extends React.Component { timer = null; @@ -84,10 +85,6 @@ class PeopleContainer extends React.Component { }; render() { - if (this.props.data.error) { - return