let ranges = Object.keys(this.props.ranges).map(
      key => this.props.ranges[key],
    );