componentDidMount() {
    const { params: { id }, actions: { loadSection } } = this.props;
    loadSection(id);
  }