diff --git a/src/Calendars/Event.tsx b/src/Calendars/Event.tsx index bddd33e..a1fe1d4 100644 --- a/src/Calendars/Event.tsx +++ b/src/Calendars/Event.tsx @@ -35,7 +35,7 @@ class Event extends React.PureComponent {
{this.props.item.location}
-

{this.props.item.description}

+

{this.props.item.description}

{(this.props.item.attendees.length > 0) && (
Attendees: {this.props.item.attendees.map((x) => (x.getFirstValue())).join(", ")}
)}