ui-kit-ck-consultant 0.5.188 → 0.5.189

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3398,11 +3398,11 @@ var ListingVerticalItem = /*#__PURE__*/function (_React$Component) {
3398
3398
  className: listingClass
3399
3399
  }, /*#__PURE__*/React.createElement("div", {
3400
3400
  className: style$s.listing_vertical_left
3401
- }, this.props.green ? /*#__PURE__*/React.createElement(FontAwesomeIcon, {
3401
+ }, this.props.icon ? this.props.icon : this.props.green ? /*#__PURE__*/React.createElement(FontAwesomeIcon, {
3402
3402
  icon: faCheck
3403
3403
  }) : ''), /*#__PURE__*/React.createElement("div", {
3404
3404
  className: style$s.listing_vertical_right
3405
- }, /*#__PURE__*/React.createElement("span", null, this.props.title), /*#__PURE__*/React.createElement("span", null, this.props.subtitle)));
3405
+ }, /*#__PURE__*/React.createElement("span", null, this.props.date), /*#__PURE__*/React.createElement("span", null, this.props.title), /*#__PURE__*/React.createElement("span", null, this.props.subtitle)));
3406
3406
  };
3407
3407
 
3408
3408
  return ListingVerticalItem;