Login complete.
This commit is contained in:
@@ -9,7 +9,6 @@ export default class MatchInfoCard extends React.Component {
|
||||
|
||||
getParticipants() {
|
||||
let participants = [];
|
||||
console.log(this.props);
|
||||
this.props.match.participants.forEach(user => {
|
||||
participants.push(user.firstName);
|
||||
});
|
||||
|
Reference in New Issue
Block a user