@withRouter
@connect(
  ({ sections: { sections, ...state } }) => {
    const sortedSections = sections.sort((a, b) => a.position - b.position);