Login complete.

This commit is contained in:
2022-04-05 19:14:11 -05:00
parent 5c393cb73d
commit c4c4031e4c
6 changed files with 104 additions and 34 deletions

View File

@@ -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);
});