From 2d0c3b000403c13a14e2df2eef843096c932925b Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 6 Sep 2018 20:20:01 -0700 Subject: Add leader info and change location source --- src/SearchResults.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/SearchResults.js') diff --git a/src/SearchResults.js b/src/SearchResults.js index 030c448..2ffd654 100644 --- a/src/SearchResults.js +++ b/src/SearchResults.js @@ -45,7 +45,11 @@ class SearchResult extends Component {

Day: {this.props.data.meetingDay.label}{" "} Time: {this.props.data.meetingTime.label}{" "} - Location: {this.props.data.area.label} + Location: {this.props.data['location-city']} +

+

+ Group Leader: {this.props.data['leader-name']}{" "} + ({this.props.data['leader-email']})

-- cgit v1.2.3