- {selectedEvent && (
- <>
-
- Organization: {selectedEvent.organizationName}
-
-
- Location: {selectedEvent.organizationLocation}
-
-
- Items: {selectedEvent.items.join(', ')}
-
-
- Time:{' '}
- {moment(selectedEvent.time).format('MMMM Do YYYY, h:mm a')}
-
-
- Method: {selectedEvent.method}
-
- >
- )}
-
-