-
{this.props.event.description}
- {(this.props.event.attendees.length > 0) && (
-
Attendees: {this.props.event.attendees.map((x) => (x.getFirstValue())).join(', ')}
)}
+
{this.props.item.description}
+ {(this.props.item.attendees.length > 0) && (
+
Attendees: {this.props.item.attendees.map((x) => (x.getFirstValue())).join(', ')}
)}