class SettingsServices extends Component {
  componentWillMount() {
    this.props.getServices();
  }