UserList.propTypes = {
  data: PropTypes.array,
  ready: PropTypes.bool,
  intl: PropTypes.object,
  loadUsers: PropTypes.func,