const peopleCard = this.state.people.map(person => ( <Col key={person.id} sm="4"> <PeopleCard person={person} /> </Col> ));