export default graphql(getSuites, {
  options: (props) => ({
    variables: { combinationID: props.match.params.combinationID },
  }),
})(Page);