it('should render correctly', () => {
    const wrapper = shallow(<UsersPage {...props} />);

    expect(wrapper).toMatchSnapshot();
  });