class SettingsSessions extends Component {
  componentWillMount() {
    this.props.getSessions();
  }