const style = {
      ...this.props.style,
      ...(this.props.active ? this.props.activeStyle : {}),
    };