renderCoinvestors() {
    const { coinvestors } = this.props.item;
    if (!coinvestors || !coinvestors.length) {
      return null;
    }